Skip to content

Commit

Permalink
Add workflow to auto-sync issues to the Slang project for immediate t…
Browse files Browse the repository at this point in the history
…riaging

Resolves: shader-slang#14
  • Loading branch information
saipraveenb25 committed Jul 11, 2024
1 parent 92e9621 commit 34ddc99
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/sync-issues-to-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Sync issues with the Slang project

on:
issues:
types:
- opened

jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v1.0.2
with:
project-url: https://github.com/orgs/shader-slang/projects/10
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 comments on commit 34ddc99

Please sign in to comment.