Skip to content

Commit

Permalink
Adding images workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
erikrj committed May 2, 2024
1 parent 4ff0dc9 commit 7614062
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
on:
pull_request:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
uses: truemark/github-workflows/.github/workflows/issues.yml@main
secrets:
add_to_project_pat: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 comments on commit 7614062

Please sign in to comment.