enervent-ctrl/.github/workflows/add_to_project.yml

19 lines
438 B
YAML
Raw Normal View History

2023-02-08 19:46:51 +02:00
name: Add issues to project
2023-02-08 19:55:28 +02:00
2023-02-08 19:46:51 +02:00
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.4.0
with:
# You can target a repository in a different organization
# to the issue
project-url: https://github.com/users/0ranki/projects/1
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}