Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
Yaminyam authored Aug 24, 2022
1 parent e517c9f commit 84ff07e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# auto-label-in-issue

## Usage

```yml
# .github/workflows/auto-label.yml
name: 'Auto Label'

on:
pull_request:
types: [labeled, unlabeled, opened, synchronize, reopened]

permissions:
pull-requests: write

jobs:
auto-label:
runs-on: ubuntu-latest
steps:
- uses: Yaminyam/auto-label-in-issue@1.0.0
```

0 comments on commit 84ff07e

Please sign in to comment.