From f8b43825f8c011abdde69966c19ee53ad1771977 Mon Sep 17 00:00:00 2001 From: sovitybot <107936402+sovitybot@users.noreply.github.com> Date: Mon, 25 Nov 2024 14:29:34 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20Templates:=20synced=20file(s)=20?= =?UTF-8?q?with=20sovity/PMO-Software=20(#378)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🔄 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' --- .github/ISSUE_TEMPLATE/feature_request.md | 4 ++-- .github/workflows/add_issue_to_project.yml | 5 +---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 979aa2a5b..eaad02688 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -9,8 +9,8 @@ assignees: "" # Feature Request ## Description - -- As a USER who PRECONDITIONS, I want to DO_THING, so I can ACCOMPLISH_GOAL. + +As a {user} who {preconditions}, I want to {do something}, so I can {goal}. ## Which Areas Would Be Affected? diff --git a/.github/workflows/add_issue_to_project.yml b/.github/workflows/add_issue_to_project.yml index 2ea7925fd..655427ddb 100644 --- a/.github/workflows/add_issue_to_project.yml +++ b/.github/workflows/add_issue_to_project.yml @@ -7,6 +7,7 @@ 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: @@ -14,7 +15,3 @@ jobs: with: project-url: https://github.com/orgs/sovity/projects/9 github-token: ${{ secrets.ADD_ISSUE_TO_PROJECT_PAT }} - - uses: actions/add-to-project@v1.0.2 - with: - project-url: https://github.com/orgs/sovity/projects/25 - github-token: ${{ secrets.ADD_ISSUE_TO_PROJECT_PAT }}