Update actions/checkout action to v4.1.1 (#261) #180
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Release Drafter | |
on: | |
workflow_dispatch: | |
issues: | |
types: [labeled, unlabeled] | |
pull_request: | |
types: [labeled, unlabeled] | |
discussion: | |
types: [labeled, unlabeled] | |
push: | |
branches: | |
- main | |
jobs: | |
update_release_draft: | |
name: Draft release | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Run Release Drafter | |
uses: release-drafter/[email protected] | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |