Skip to content

Commit

Permalink
Merge pull request #14 from coreydaley/coreydaley-patch-1
Browse files Browse the repository at this point in the history
Add issues workflow
  • Loading branch information
openshift-merge-robot authored Aug 10, 2023
2 parents 1aad54f + bec7277 commit 9fd5844
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Add issue or pull request to Project

on:
issues:
types:
- opened
pull_request_target:
types:
- opened
- reopened

jobs:
add-to-project:
runs-on: ubuntu-latest
steps:
- name: Add issue to project
uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/shipwright-io/projects/6
github-token: ${{ secrets.ADD_TO_PROJECT_TOKEN }}

0 comments on commit 9fd5844

Please sign in to comment.