From: Jérôme Benoit Date: Thu, 4 Jul 2024 21:44:24 +0000 (+0200) Subject: docs: add PR template X-Git-Tag: ocpp-server@v1.4.0~5 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=8d9bfb088bc280dac892ca71f40bb085842eb7e7;p=e-mobility-charging-stations-simulator.git docs: add PR template Signed-off-by: Jérôme Benoit --- 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