Skip to content

Commit

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

* 🔄 Templates: synced local '.github/workflows/add_issue_to_project.yml' with remote '.github/workflows/add_issue_to_project.yml'
  • Loading branch information
sovitybot authored Nov 25, 2024
1 parent d05b4aa commit f8b4382
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ assignees: ""
# Feature Request

## Description
<!-- A clear and concise description of what the customer wants to happen. Example below. -->
- As a USER who PRECONDITIONS, I want to DO_THING, so I can ACCOMPLISH_GOAL.
<!-- A clear and concise description of what the user wants to happen. Example below. Replace brackets! -->
As a {user} who {preconditions}, I want to {do something}, so I can {goal}.

## Which Areas Would Be Affected?
<!-- e.g., DPF, CI, build, transfer, etc. -->
Expand Down
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 f8b4382

Please sign in to comment.