From 13fadcfe810b54b39d46a4ee30fbae01dc7d036a Mon Sep 17 00:00:00 2001 From: sovitybot Date: Thu, 21 Nov 2024 11:30:07 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=94=84=20Templates:=20synced=20local?= =?UTF-8?q?=20'.github/ISSUE=5FTEMPLATE/feature=5Frequest.md'=20with=20rem?= =?UTF-8?q?ote=20'.github/ISSUE=5FTEMPLATE/feature=5Frequest.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/feature_request.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 979aa2a5..eaad0268 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? From 6c049923604d866f75c8b2666f54f5cdfdb6b969 Mon Sep 17 00:00:00 2001 From: sovitybot Date: Thu, 21 Nov 2024 11:30:07 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=84=20Templates:=20synced=20local?= =?UTF-8?q?=20'.github/workflows/add=5Fissue=5Fto=5Fproject.yml'=20with=20?= =?UTF-8?q?remote=20'.github/workflows/add=5Fissue=5Fto=5Fproject.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/add_issue_to_project.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/add_issue_to_project.yml b/.github/workflows/add_issue_to_project.yml index 2ea7925f..655427dd 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 }}