Skip to content

Commit

Permalink
Merge pull request #23 from onflow/g-project-action
Browse files Browse the repository at this point in the history
  • Loading branch information
sisyphusSmiling authored Mar 22, 2024
2 parents aec568b + 4e33f41 commit 0eaeb66
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/add-issues-to-devx-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Add Issues To DevEx Project

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.1
with:
project-url: https://github.com/orgs/onflow/projects/13
github-token: ${{ secrets.GH_ACTION_FOR_PROJECTS }}

0 comments on commit 0eaeb66

Please sign in to comment.