Consider adding AGPLv3 license to the project. #110
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Add new issue to project backlog | |
on: | |
issues: | |
types: | |
- opened | |
jobs: | |
add-issue-to-project: | |
name: Add issue to project backlog | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
with: | |
# 2 -> master backlog for frontend | |
# project automatically sets new items to "Issue under review" column | |
project-url: https://github.com/orgs/td-org-uit-no/projects/2 | |
github-token: ${{ secrets.ISSUE_TO_PROJECT_PAT }} |