We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 566153a commit d1afd44Copy full SHA for d1afd44
.github/workflows/label.yml
@@ -0,0 +1,16 @@
1
+name: label
2
+on: pull_request_target
3
+
4
+jobs:
5
+ labeller:
6
+ permissions:
7
+ contents: read
8
+ pull-requests: write
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - uses: actions/checkout@v4
12
+ with:
13
+ fetch-depth: 2
14
+ - uses: actions/labeler@v5
15
16
+ sync-labels: true
.github/workflows/pr.yml
@@ -2,18 +2,6 @@ name: PR
on: pull_request
jobs:
- labeller:
- permissions:
- contents: read
- pull-requests: write
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v4
- with:
- fetch-depth: 2
- - uses: actions/labeler@v5
- sync-labels: true
17
test:
18
runs-on: ubuntu-latest
19
steps:
0 commit comments