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 Nov 21, 2024
1 parent 13fadcf commit 6c04992
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/add_issue_to_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +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/[email protected]
with:
project-url: https://github.com/orgs/sovity/projects/9
github-token: ${{ secrets.ADD_ISSUE_TO_PROJECT_PAT }}
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/sovity/projects/25
github-token: ${{ secrets.ADD_ISSUE_TO_PROJECT_PAT }}

0 comments on commit 6c04992

Please sign in to comment.