Skip to content

Commit

Permalink
🔄 Templates: synced file(s) with sovity/PMO-Software (#8)
Browse files Browse the repository at this point in the history
* 🔄 Templates: synced local '.github/ISSUE_TEMPLATE/process.md' with remote '.github/ISSUE_TEMPLATE/process.md'

* 🔄 Templates: synced local '.github/workflows/add_issue_to_project.yml' with remote '.github/workflows/add_issue_to_project.yml'

---------

Co-authored-by: sovitybot <null>
  • Loading branch information
sovitybot authored Nov 15, 2024
1 parent 8a9f09a commit 4581235
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Refine Process Request
about: Existing processes must be adapted or new ones created
title: ""
labels: "task/documentation"
labels: ["task/refine-process","task/documentation"]
assignees: ""
---

Expand Down
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/[email protected].1
- uses: actions/[email protected].2
with:
project-url: https://github.com/orgs/sovity/projects/9
github-token: ${{ secrets.ADD_ISSUE_TO_PROJECT_PAT }}

0 comments on commit 4581235

Please sign in to comment.