Skip to content

[Task] AI Agent Internal Hackathon Project Matias #28

[Task] AI Agent Internal Hackathon Project Matias

[Task] AI Agent Internal Hackathon Project Matias #28

name: 'Add to 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@v0.5.0
with:
# add to DevRel Project #117
project-url: https://github.com/orgs/near/projects/117
github-token: ${{ secrets.GH_TOKEN }}