mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove unnecessary condition
This commit is contained in:
parent
cf85b0e5e1
commit
579b665121
2
.github/actions/stale_issues/action.yml
vendored
2
.github/actions/stale_issues/action.yml
vendored
@ -29,7 +29,6 @@ runs:
|
|||||||
|
|
||||||
- name: Get inactive open issues
|
- name: Get inactive open issues
|
||||||
id: stale_issues
|
id: stale_issues
|
||||||
if: ${{ success() }}
|
|
||||||
uses: ethereum/solidity/.github/actions/query_issues@develop
|
uses: ethereum/solidity/.github/actions/query_issues@develop
|
||||||
with:
|
with:
|
||||||
github_token: ${{ inputs.github_token }}
|
github_token: ${{ inputs.github_token }}
|
||||||
@ -37,7 +36,6 @@ runs:
|
|||||||
|
|
||||||
- name: Collect query result
|
- name: Collect query result
|
||||||
id: found_issues
|
id: found_issues
|
||||||
if: ${{ success() }}
|
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
filter_result=$(
|
filter_result=$(
|
||||||
|
1
.github/workflows/stale-issues.yml
vendored
1
.github/workflows/stale-issues.yml
vendored
@ -25,7 +25,6 @@ jobs:
|
|||||||
inactivity_period: ${{ env.INACTIVITY_PERIOD }}
|
inactivity_period: ${{ env.INACTIVITY_PERIOD }}
|
||||||
|
|
||||||
- name: Comment on found issues
|
- name: Comment on found issues
|
||||||
if: ${{ success() }}
|
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user