7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-04 23:20:49 +00:00
tutor/.github/workflows/auto-add-to-project.yml
2024-03-05 16:28:59 +05:00

18 lines
422 B
YAML

name: Auto Add Issues to Project
on:
issues:
types:
- opened
jobs:
# https://github.com/actions/add-to-project
add-to-project:
name: Add issue and bugs to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/overhangio/projects/4
github-token: ${{ secrets.GH_PROJECT_PERSONAL_ACCESS_TOKEN }}