Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
🔄 Templates: created local '.github/workflows/add_issue_to_project.ym…
Browse files Browse the repository at this point in the history
…l' from remote '.github/workflows/add_issue_to_project.yml'
  • Loading branch information
sovitybot committed Jun 14, 2024
1 parent 4ab3a2e commit df327b5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/add_issue_to_project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Add issue to project action

on:
issues:
types:
- opened

jobs:
add_issue_to_project:
if: "!(startsWith(github.event.issue.title, '[Zammad Ticket') && github.event.issue.user.login == 'sovitybot')"
name: add_issue_to_project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/sovity/projects/9
github-token: ${{ secrets.ADD_ISSUE_TO_PROJECT_PAT }}

0 comments on commit df327b5

Please sign in to comment.