mirror of
https://github.com/AdguardTeam/AdguardFilters.git
synced 2026-08-29 12:14:41 +00:00
added assign-on-label.yml
This commit is contained in:
15
.github/workflows/assign-on-label.yml
vendored
Normal file
15
.github/workflows/assign-on-label.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
name: "Add Assignee when is labeled with 'A: In progress'"
|
||||
|
||||
on:
|
||||
issues:
|
||||
types: [labeled]
|
||||
|
||||
jobs:
|
||||
remove_label:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/github-script@v6
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
script: |
|
||||
console.log(context)
|
||||
Reference in New Issue
Block a user