Skip to content

Commit

Permalink
Merge pull request solidusio#5772 from mamhoff/use-checkout-in-labeler
Browse files Browse the repository at this point in the history
Add Checkout to triage workflow
  • Loading branch information
kennyadsl authored Jun 3, 2024
2 parents 1eb7d77 + 73536aa commit 9a42910
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/triage_for_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4 # Uploads repository content to the runner
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 9a42910

Please sign in to comment.