Skip to content

Commit

Permalink
🔄 Templates: synced local '.github/workflows/add_issue_to_project.yml…
Browse files Browse the repository at this point in the history
…' with remote '.github/workflows/add_issue_to_project.yml'
  • Loading branch information
sovitybot committed Oct 8, 2024
1 parent f618ecc commit 60183f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/add_issue_to_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ on:

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/add-to-project@v0.5.0
- uses: actions/add-to-project@v1.0.2
with:
project-url: https://github.com/orgs/sovity/projects/9
github-token: ${{ secrets.ADD_ISSUE_TO_PROJECT_PAT }}

0 comments on commit 60183f6

Please sign in to comment.