mirror of
https://github.com/Kas-tle/java2bedrock.sh.git
synced 2025-12-28 19:19:05 +00:00
Update conversion-request.yml
This commit is contained in:
5
.github/workflows/conversion-request.yml
vendored
5
.github/workflows/conversion-request.yml
vendored
@@ -10,6 +10,7 @@ jobs:
|
||||
if: github.event.label.name == 'conversion'
|
||||
permissions:
|
||||
issues: read
|
||||
timeout-minutes: 2
|
||||
outputs:
|
||||
pack_url: ${{ steps.organize-inputs.outputs.PACK_URL }}
|
||||
default_pack_url: ${{ steps.organize-inputs.outputs.DEFAULT_PACK_URL }}
|
||||
@@ -102,6 +103,7 @@ jobs:
|
||||
post-result:
|
||||
runs-on: ubuntu-latest
|
||||
needs: convert-pack
|
||||
timeout-minutes: 2
|
||||
permissions:
|
||||
issues: write
|
||||
steps:
|
||||
@@ -128,6 +130,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [get-pack-info, convert-pack, post-result]
|
||||
if: always() && (needs.get-pack-info.result == 'failure' || needs.convert-pack.result == 'failure' || needs.convert-pack.result == 'post-result')
|
||||
timeout-minutes: 2
|
||||
permissions:
|
||||
issues: write
|
||||
steps:
|
||||
@@ -151,4 +154,4 @@ jobs:
|
||||
- name: Close Issue
|
||||
uses: peter-evans/close-issue@v2
|
||||
with:
|
||||
issue-number: ${{ github.event.issue.number }}
|
||||
issue-number: ${{ github.event.issue.number }}
|
||||
|
||||
Reference in New Issue
Block a user