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
|
||||
id: stale_issues
|
||||
if: ${{ success() }}
|
||||
uses: ethereum/solidity/.github/actions/query_issues@develop
|
||||
with:
|
||||
github_token: ${{ inputs.github_token }}
|
||||
@ -37,7 +36,6 @@ runs:
|
||||
|
||||
- name: Collect query result
|
||||
id: found_issues
|
||||
if: ${{ success() }}
|
||||
shell: bash
|
||||
run: |
|
||||
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 }}
|
||||
|
||||
- name: Comment on found issues
|
||||
if: ${{ success() }}
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user