diff --git a/unknown_workflow_file.yml b/unknown_workflow_file.yml new file mode 100644 index 0000000..ff4f556 --- /dev/null +++ b/unknown_workflow_file.yml @@ -0,0 +1,18 @@ +# Since the file name is unknown, we assume it's "lock-threads.yml" for the purpose of this task. + +name: Lock Threads + +on: + schedule: + - cron: '0 0 * * *' + +jobs: + lock: + runs-on: ubuntu-latest + steps: + - name: Lock Threads + uses: dessant/lock-threads@v4 + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + issue-lock-inactive-days: '30' + pr-lock-inactive-days: '30'