diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 00f7c18b09..85fa11c181 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,8 +3,7 @@ (branch, hash, pull/XXX/head) NRF_revision=main -(true, false) -Create_NRF_PR=false +manifest-pr-skip (remove this line to create PR in NRF) ## Description diff --git a/.github/workflows/on-pr_nrf_manifest_update_PR.yml b/.github/workflows/on-pr_nrf_manifest_update_PR.yml index 0b39febbc3..af337d08dc 100644 --- a/.github/workflows/on-pr_nrf_manifest_update_PR.yml +++ b/.github/workflows/on-pr_nrf_manifest_update_PR.yml @@ -8,7 +8,6 @@ on: jobs: create-manifest-pr: runs-on: ubuntu-latest - if: contains(${{ github.event.pull_request.body }}, "Create_NRF_PR=true" ) steps: - name: Create manifest PR uses: nrfconnect/action-manifest-pr@main