Skip to content

Commit

Permalink
Create add-to-project.yaml (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
fyockm authored Mar 26, 2024
1 parent da36231 commit b8cd8fb
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/add-to-project.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Add issues and PRs to project

on:
issues:
types:
- opened
- reopened
- transferred
pull_request_target:
types:
- opened
- reopened
issue_comment:
types:
- created

jobs:
call-workflow-add-to-project:
name: Call workflow to add issue to project
uses: bufbuild/base-workflows/.github/workflows/add-to-project.yaml@main
secrets: inherit

0 comments on commit b8cd8fb

Please sign in to comment.