mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-05 20:13:48 +00:00
fix(CI): improve previous commit
This commit is contained in:
4
.github/workflows/add-to-project.yml
vendored
4
.github/workflows/add-to-project.yml
vendored
@@ -3,8 +3,7 @@ name: Auto Assign to Project(s)
|
|||||||
on:
|
on:
|
||||||
issues:
|
issues:
|
||||||
types: [opened, labeled]
|
types: [opened, labeled]
|
||||||
issue_comment:
|
|
||||||
types: [created]
|
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
@@ -13,6 +12,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Assign to One Project
|
name: Assign to One Project
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Assign issues with `1-19` label to their project
|
- name: Assign issues with `1-19` label to their project
|
||||||
uses: srggrs/assign-one-project-github-action@1.2.1
|
uses: srggrs/assign-one-project-github-action@1.2.1
|
||||||
if: |
|
if: |
|
||||||
|
|||||||
Reference in New Issue
Block a user