Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanmiehe committed Apr 1, 2023
1 parent e24a3eb commit e874594
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ critical:
- '(critical|urgent)'
```

#### Label All Issues

```yml
# Add 'critical' label to any issue that gets opened
critical:
- '/.*/'
```

### Create Workflow

Create a workflow (eg: `.github/workflows/labeler.yml` see [Creating a Workflow file](https://help.github.com/en/articles/configuring-a-workflow#creating-a-workflow-file)) to utilize the labeler action with content:
Expand Down

0 comments on commit e874594

Please sign in to comment.