Skip to content

Commit

Permalink
Merge branch 'main' into eo/update-action-node
Browse files Browse the repository at this point in the history
  • Loading branch information
orendain authored Feb 16, 2024
2 parents ab1fbd0 + 71c62af commit f54accd
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 f54accd

Please sign in to comment.