mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 08:55:07 +03:00
don't open issues unless we're on main
This commit is contained in:
parent
357ca23a8d
commit
5d5a371efd
1 changed files with 2 additions and 0 deletions
2
.github/workflows/complain.yml
vendored
2
.github/workflows/complain.yml
vendored
|
@ -27,7 +27,9 @@ jobs:
|
||||||
SLACK_MESSAGE: new-version:${{ inputs.projects }} (${{ inputs.platform }}) ${{ steps.status.outputs.status }}
|
SLACK_MESSAGE: new-version:${{ inputs.projects }} (${{ inputs.platform }}) ${{ steps.status.outputs.status }}
|
||||||
SLACK_COLOR: ${{ steps.status.outputs.status }}
|
SLACK_COLOR: ${{ steps.status.outputs.status }}
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
if: ${{ github.base_ref == 'main' }}
|
||||||
- uses: JasonEtco/create-an-issue@v2
|
- uses: JasonEtco/create-an-issue@v2
|
||||||
|
if: ${{ github.base_ref == 'main' }}
|
||||||
with:
|
with:
|
||||||
filename: ./.github/NEW_VERSION_ISSUE_TEMPLATE.md
|
filename: ./.github/NEW_VERSION_ISSUE_TEMPLATE.md
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue