Skip to content

Commit 35f3a8a

Browse files
committed
2 parents 77554d9 + 84ff07e commit 35f3a8a

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# auto-label-in-issue
2+
3+
## Usage
4+
5+
```yml
6+
# .github/workflows/auto-label.yml
7+
name: 'Auto Label'
8+
9+
on:
10+
pull_request:
11+
types: [labeled, unlabeled, opened, synchronize, reopened]
12+
13+
permissions:
14+
pull-requests: write
15+
16+
jobs:
17+
auto-label:
18+
runs-on: ubuntu-latest
19+
steps:
20+
- uses: Yaminyam/auto-label-in-issue@1.0.0
21+
```

0 commit comments

Comments
 (0)