forked from devol/degooglizzazione
parent
f5fec00221
commit
e6763770a0
|
@ -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