From e506f7e707eb6a0274a7c8a3a54ba3fa7c2d5f8d Mon Sep 17 00:00:00 2001 From: ThomasB Date: Wed, 30 Sep 2020 17:03:16 +0200 Subject: [PATCH 1/4] add information & checkbox regarding to security --- .github/pull_request_template.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 917f9f8..cca5776 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1 +1,7 @@ -> See JIRA https://skedify.atlassian.net/browse/SKED- \ No newline at end of file +> See JIRA https://skedify.atlassian.net/browse/SKED- + + +- [ ] Security Awareness Checkbox 🛡️ From 68c7a215f3015fafcada6e64ce233286f2178b94 Mon Sep 17 00:00:00 2001 From: Ken Depelchin Date: Fri, 23 Oct 2020 11:07:28 +0200 Subject: [PATCH 2/4] add pr-labeler workflow --- .github/pr-labeler.yml | 5 +++++ .github/workflows/pr-labeler.yml | 14 ++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 .github/pr-labeler.yml create mode 100644 .github/workflows/pr-labeler.yml diff --git a/.github/pr-labeler.yml b/.github/pr-labeler.yml new file mode 100644 index 0000000..701d0e0 --- /dev/null +++ b/.github/pr-labeler.yml @@ -0,0 +1,5 @@ +feature: ['feature/*', 'feat/*'] +fix: ['fix/*', 'hotfix/*'] +chore: chore/* +release: release/* +# https://github.com/TimonVS/pr-labeler-action \ No newline at end of file diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml new file mode 100644 index 0000000..7be2983 --- /dev/null +++ b/.github/workflows/pr-labeler.yml @@ -0,0 +1,14 @@ +on: + pull_request: + types: [opened] + +jobs: + pr-labeler: + runs-on: ubuntu-latest + steps: + - uses: TimonVS/pr-labeler-action@v3 + with: + # optional, .github/pr-labeler.yml is the default value + configuration-path: .github/pr-labeler.yml + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file From 602118284181859530b3383a298e322edc8b56cc Mon Sep 17 00:00:00 2001 From: Ken Depelchin Date: Wed, 2 Mar 2022 14:53:48 +0100 Subject: [PATCH 3/4] remove obsolute template --- .github/pull_request_template.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index cca5776..7361d9f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1 @@ > See JIRA https://skedify.atlassian.net/browse/SKED- - - -- [ ] Security Awareness Checkbox 🛡️ From 7958eb39ccae474eba4febf3b97ad389c132d6f3 Mon Sep 17 00:00:00 2001 From: Demian Dekoninck Date: Thu, 20 Jun 2024 10:58:35 +0200 Subject: [PATCH 4/4] Update pull_request_template.md --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7361d9f..fedd9cb 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1 +1 @@ -> See JIRA https://skedify.atlassian.net/browse/SKED- +> See JIRA ENGAGE-