From 8fd4aca8cc0527121b2d4a76d21a587b9ac531f7 Mon Sep 17 00:00:00 2001 From: WackerO Date: Thu, 13 Jun 2024 08:14:34 +0200 Subject: [PATCH 1/2] undid branch.yml changes --- .github/workflows/branch.yml | 2 +- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/branch.yml b/.github/workflows/branch.yml index d842235a..64d571fc 100644 --- a/.github/workflows/branch.yml +++ b/.github/workflows/branch.yml @@ -13,7 +13,7 @@ jobs: - name: Check PRs if: github.repository == 'qbic-pipelines/rnadeseq' run: | - { [[ {% raw %}${{github.event.pull_request.head.repo.full_name }}{% endraw %} == qbic-pipelines/rnadeseq ]] && [[ $GITHUB_HEAD_REF == "dev" ]]; } || [[ $GITHUB_HEAD_REF == "patch" ]] + "{ [[ ${{github.event.pull_request.head.repo.full_name }} == qbic-pipelines/rnadeseq ]] && [[ $GITHUB_HEAD_REF = "dev" ]]; } || [[ $GITHUB_HEAD_REF == "patch" ]]" # If the above check failed, post a comment on the PR explaining the failure {%- raw %} # NOTE - this doesn't currently work if the PR is coming from a fork, due to limitations in GitHub actions secrets diff --git a/CHANGELOG.md b/CHANGELOG.md index 89adac52..039ed3dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- [#241](https://github.com/qbic-pipelines/rnadeseq/pull/241) Undo fix branch protection bug in order to get precommit test to run - [#240](https://github.com/qbic-pipelines/rnadeseq/pull/240) Fix branch protection bug --> third attempt - [#239](https://github.com/qbic-pipelines/rnadeseq/pull/239) Fix branch protection bug --> second attempt - [#238](https://github.com/qbic-pipelines/rnadeseq/pull/238) Fix branch protection bug From b579def6764c43c490e332b7e47e42ddba788409 Mon Sep 17 00:00:00 2001 From: WackerO Date: Thu, 13 Jun 2024 08:20:45 +0200 Subject: [PATCH 2/2] prettier --- .github/workflows/branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/branch.yml b/.github/workflows/branch.yml index 64d571fc..c38a1cb0 100644 --- a/.github/workflows/branch.yml +++ b/.github/workflows/branch.yml @@ -41,4 +41,4 @@ jobs: Thanks again for your contribution! repo-token: ${{ secrets.GITHUB_TOKEN }} - allow-repeats: false {%- endraw %} \ No newline at end of file + allow-repeats: false {%- endraw %}