Skip to content

remove 'reviewapps' label from PR that no update during 3 days #1157

remove 'reviewapps' label from PR that no update during 3 days

remove 'reviewapps' label from PR that no update during 3 days #1157

name: remove 'reviewapps' label from PR that no update during 3 days
on:
schedule:
- cron: '0 0 * * *' # 09:00 JST
jobs:
remove-label:
uses: cloudnativedaysjp/reusable-workflows/.github/workflows/wc-remove-label.yml@main
permissions:
pull-requests: write
issues: write