From 8d9bfb088bc280dac892ca71f40bb085842eb7e7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 4 Jul 2024 23:44:24 +0200 Subject: [PATCH] docs: add PR template MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/pull_request_template.md | 23 +++++++++++++++++++++++ .github/workflows/clone-count.yml | 1 + .github/workflows/release-please.yml | 1 + 3 files changed, 25 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..edef7107 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,23 @@ + + +## PR Checklist + +- [ ] Please add a description of your changes. +- [ ] Please ensure title follows [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/). +- [ ] We need your changes to come with unit tests in order to keep this project in quality and easy to maintain. +- [ ] If your changes contain any new feature please be sure to document it. +- [ ] Please add a link to the open issue or task that this pull request will resolve. + +## Does this PR introduce a breaking change? + +- [ ] Yes +- [ ] No + +If yes please indicate it in the title and add migration info into the documentation. + +--- + + diff --git a/.github/workflows/clone-count.yml b/.github/workflows/clone-count.yml index 43119339..4d68216c 100644 --- a/.github/workflows/clone-count.yml +++ b/.github/workflows/clone-count.yml @@ -8,6 +8,7 @@ on: jobs: clone-count: runs-on: ubuntu-latest + if: github.repository == 'sap/e-mobility-charging-stations-simulator' steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 147a6d0a..89a57cf5 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -12,6 +12,7 @@ permissions: jobs: release-please: runs-on: ubuntu-latest + if: github.repository == 'sap/e-mobility-charging-stations-simulator' steps: - uses: googleapis/release-please-action@v4 id: release -- 2.34.1