mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Move action to correct folder
This commit is contained in:
parent
74aa1a3a2f
commit
4451295299
2
.github/workflows/stale-issues.yml
vendored
2
.github/workflows/stale-issues.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
|||||||
- name: Get inactive open issues
|
- name: Get inactive open issues
|
||||||
if: ${{ success() }}
|
if: ${{ success() }}
|
||||||
id: stale_issues
|
id: stale_issues
|
||||||
uses: ./.github/actions/query-issues
|
uses: ./.github/actions/query_issues
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
query: 'repo:${{ env.REPO }} is:issue is:open updated:<${{ steps.date.outputs.period }}'
|
query: 'repo:${{ env.REPO }} is:issue is:open updated:<${{ steps.date.outputs.period }}'
|
||||||
|
Loading…
Reference in New Issue
Block a user