Skip to content

Commit

Permalink
ci: Checkout repo for PR label checks
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchnegus committed Feb 19, 2025
1 parent b904aaa commit b046662
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ permissions:

jobs:
update_release_draft:
name: Update release draft
permissions:
contents: write
pull-requests: write
Expand All @@ -27,7 +28,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Draft Release Notes
id: draft_release
uses: release-drafter/release-drafter@v6
Expand All @@ -47,7 +47,9 @@ jobs:
checks: write
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: danielchabr/[email protected]
with:
hasSome: feature,fix,style,changed,refactor,perf,test,build,ci,chore,revert,deprecated,removed,security,documentation,dependencies
githubToken: ${{ secrets.GITHUB_TOKEN }}
githubToken: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b046662

Please sign in to comment.