mirror of
https://github.com/tycrek/degoogle
synced 2024-11-04 12:00:20 +00:00
Create labeler.yml
Added labeler for issues (1/2)
This commit is contained in:
parent
f5fec00221
commit
e6763770a0
13
.github/workflows/labeler.yml
vendored
Normal file
13
.github/workflows/labeler.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
name: RegEx Issue Labeler
|
||||
on:
|
||||
issues:
|
||||
types: [opened, edited]
|
||||
|
||||
jobs:
|
||||
add_label:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: github/issue-labeler@v2.1
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
configuration-path: .github/labeler.yml
|
Loading…
Reference in New Issue
Block a user