Skip to content

Commit

Permalink
Merge pull request #1 from tritonuas/chore/add-issue-to-project
Browse files Browse the repository at this point in the history
gh action to add issues to tuas project
  • Loading branch information
atar13 authored Oct 2, 2023
2 parents b304598 + 4d3f937 commit 72fd0b9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/github-project-issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Add issues to global Tritonuas Github project

on:
issues:
types:
- opened

jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
# You can target a project in a different organization
# to the issue
project-url: https://github.com/orgs/tritonuas/projects/8
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 comments on commit 72fd0b9

Please sign in to comment.