Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaminyam committed Aug 24, 2022
2 parents 77554d9 + 84ff07e commit 35f3a8a
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/[email protected]
```

0 comments on commit 35f3a8a

Please sign in to comment.