Skip to content

Commit

Permalink
Merge pull request #231 from grafana/yesoreyeram-patch-1
Browse files Browse the repository at this point in the history
Create add-to-project.yml
  • Loading branch information
yesoreyeram authored Feb 6, 2024
2 parents 054a956 + b165966 commit 3b7ced0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Add issues to OSS Big Tent team project
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/grafana/projects/457
github-token: ${{ secrets.ISSUE_COMMANDS_TOKEN }}

0 comments on commit 3b7ced0

Please sign in to comment.