Skip to content

Commit

Permalink
Update lock-threads action config
Browse files Browse the repository at this point in the history
- To run a bit later to not overlap with the stale action
- Remove debugging step to reduce change of errors
  • Loading branch information
jezdez authored Aug 20, 2021
1 parent 0ad7cf8 commit e11c834
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/lock-threads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'Lock Threads'
on:
workflow_dispatch:
schedule:
- cron: '15 4 * * *'
- cron: '0 6 * * *'

permissions:
issues: write
Expand Down Expand Up @@ -54,6 +54,3 @@ jobs:

# Limit locking to only issues or pull requests, value must be one of issues, prs or ''
process-only: ''

- name: Print outputs
run: echo ${{ join(steps.lock-threads.outputs.*, ',') }}

0 comments on commit e11c834

Please sign in to comment.