|
|
@ -46,7 +46,7 @@ jobs: |
|
|
|
pull-requests: write |
|
|
|
pull-requests: write |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Stale issues |
|
|
|
- name: Stale issues |
|
|
|
uses: actions/stale@v5 |
|
|
|
uses: actions/stale@v6 |
|
|
|
id: stale-issues |
|
|
|
id: stale-issues |
|
|
|
with: |
|
|
|
with: |
|
|
|
debug-only: ${{ github.event.inputs.debug-only == 'true' }} |
|
|
|
debug-only: ${{ github.event.inputs.debug-only == 'true' }} |
|
|
@ -84,7 +84,7 @@ jobs: |
|
|
|
run: echo ${{ join(steps.stale-issues.outputs.*, ',') }} |
|
|
|
run: echo ${{ join(steps.stale-issues.outputs.*, ',') }} |
|
|
|
|
|
|
|
|
|
|
|
- name: Stale Pull Requests |
|
|
|
- name: Stale Pull Requests |
|
|
|
uses: actions/stale@v5 |
|
|
|
uses: actions/stale@v6 |
|
|
|
id: stale-prs |
|
|
|
id: stale-prs |
|
|
|
with: |
|
|
|
with: |
|
|
|
debug-only: ${{ github.event.inputs.debug-only == 'true' }} |
|
|
|
debug-only: ${{ github.event.inputs.debug-only == 'true' }} |
|
|
|