Skip to content

Commit

Permalink
Merge branch 'main' into 287-authority-section--organizations--users-…
Browse files Browse the repository at this point in the history
…live-update-when-deactivatingactivating-users
  • Loading branch information
illfixit authored Nov 19, 2024
2 parents fbb69a9 + 0849b44 commit 621b1c8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/add_issue_to_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@ 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 621b1c8

Please sign in to comment.