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 1a01b7d commit e738cb9Copy full SHA for e738cb9
.github/workflows/label.yml
@@ -16,8 +16,15 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
19
+ - uses: actions/checkout@v4
20
+
21
+ - name: "Sync labels"
22
+ uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1.3.0
23
+ env:
24
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25
26
# Label based on modified files
- - name: Label based on changed files
27
+ - name: "Label based on changed files"
28
uses: actions/labeler@v4
29
with:
30
repo-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments