Skip to content

Refactor AppView

Refactor AppView #2353

Workflow file for this run

name: project-lifecycle
on:
schedule:
- cron: 0 8 * * *
workflow_dispatch:
issues:
types:
- reopened
- opened
- labeled
permissions:
contents: read # for checking out the repository (e.g. actions/checkout)
jobs:
lifecycle:
uses: kumahq/.github/.github/workflows/wfc_lifecycle.yml@main
permissions:
issues: write # for editing issues (e.g. adding labels)
with:
filesToIgnore: CODEOWNERS
secrets:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}