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

19 lines
442 B
YAML
Raw Permalink 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-10-09 21:12:45 +03:00
#on:
# issues:
# types:
# - opened
2023-02-08 19:46:51 +02:00
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 }}