We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4155c43 commit c42db71Copy full SHA for c42db71
.github/workflows/pull_request_label.yml
@@ -16,7 +16,7 @@ jobs:
16
label:
17
runs-on: ubuntu-latest
18
steps:
19
- - uses: actions/labeler@v3
+ - uses: actions/labeler@9794b1493b6f1fa7b006c5f8635a19c76c98be95
20
with:
21
repo-token: "${{ secrets.GITHUB_TOKEN }}"
22
sync-labels: true
@@ -25,7 +25,7 @@ jobs:
25
if: github.event.action == 'closed' && github.event.pull_request.merged == true
26
27
28
29
30
31
configuration-path: .github/post_merge_labeler.yml
0 commit comments