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 623a035 commit 75d6bc6Copy full SHA for 75d6bc6
.github/workflows/labels.yml
@@ -0,0 +1,13 @@
1
+name: Sync labels in the declarative way
2
+on: [push]
3
+jobs:
4
+ build:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - uses: actions/[email protected]
8
+ - uses: micnncim/action-label-syncer@latest
9
+ env:
10
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
11
+ GITHUB_REPOSITORY: ${{ github.repository }}
12
+ with:
13
+ manifest: labels.yml # default: .github/labels.yml
0 commit comments