1
0
Fork 0
mirror of https://github.com/kou029w/zenn.dev.git synced 2025-01-18 16:07:59 +00:00

remove reactivate job

This commit is contained in:
Nebel 2022-09-07 05:26:46 +09:00 committed by GitHub
parent fc42873296
commit fe83744dca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,9 +11,3 @@ jobs:
with:
stale-issue-message: このIssueは最終更新日から365日以上経過しています。
days-before-stale: 365
- name: Reactivation
run: |
gh workflow disable --repo "${GITHUB_REPOSITORY}" "${GITHUB_WORKFLOW}"
gh workflow enable --repo "${GITHUB_REPOSITORY}" "${GITHUB_WORKFLOW}"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}