summaryrefslogtreecommitdiff
path: root/.github/workflows/add-to-project.yml
blob: a46a01139ba375bc91eb7908767e41eee2e94648 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: Add issues to projects

on:
  issues:
    types: [opened, labeled]
  issue_comment:
    types: [created]

jobs:
  add-to-project:
    name: Add issue to project
    runs-on: ubuntu-latest
    steps:
      - uses: actions/add-to-project@v0.3.0
        with:
          project-url: https://github.com/azerothcore/azerothcore-wotlk/projects/14
          github-token: ${{ secrets.GITHUB_TOKEN }}
          labeled: 1-19