Skip to content

Commit

Permalink
feat: add devrel workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisjoshford authored Nov 22, 2024
1 parent 05caad3 commit b2c75fe
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/add-to-devrel.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: 'Add to DevRel Project'

on:
issues:
types:
- opened
- reopened
pull_request:
types:
- opened
- reopened

jobs:
add-to-project:
name: Add issue/PR to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
# add to DevRel Project #117
project-url: https://github.com/orgs/near/projects/117
github-token: ${{ secrets.GH_TOKEN }}

0 comments on commit b2c75fe

Please sign in to comment.