Skip to content

Commit

Permalink
Add checkout step for labeler workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnmtthws committed Dec 12, 2023
1 parent fb0438c commit 41dd9c7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Pull Request Labeler"
name: 'Pull Request Labeler'
on:
- pull_request_target

Expand All @@ -9,7 +9,9 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/labeler@v5
with:
sync-labels: true
repo-token: "${{ secrets.GITHUB_TOKEN }}"
repo-token: '${{ secrets.GITHUB_TOKEN }}'

0 comments on commit 41dd9c7

Please sign in to comment.