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 f94fa5f commit 01723a6
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/add-to-project@v1.0.0
with:
# add to DevRel Project #117
project-url: https://github.com/orgs/near/projects/117
github-token: ${{ secrets.GH_TOKEN }}

0 comments on commit 01723a6

Please sign in to comment.