forked from devol/degooglizzazione
Revert changes for a quick test
This commit is contained in:
parent
9f844c5cb6
commit
4ccd68412e
|
@ -1,4 +1,4 @@
|
||||||
name: RegEx Issue Title Labeler
|
name: RegEx Issue Labeler
|
||||||
on:
|
on:
|
||||||
issues:
|
issues:
|
||||||
types: [opened, edited]
|
types: [opened, edited]
|
||||||
|
@ -8,7 +8,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Apply Label
|
- name: Apply Label
|
||||||
uses: tycrek/issue-labeler@v2.2
|
uses: github/issue-labeler@v2.0
|
||||||
with:
|
with:
|
||||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
configuration-path: .github/labeler.yml
|
configuration-path: .github/labeler.yml
|
||||||
|
|
Loading…
Reference in New Issue