Skip to content

Commit

Permalink
add lifecycle
Browse files Browse the repository at this point in the history
Signed-off-by: Charly Molter <charly.molter@konghq.com>
  • Loading branch information
lahabana committed Sep 15, 2023
1 parent ddf6ef8 commit 681cec6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @kong/mesh-team
* @kong/team-mesh
18 changes: 18 additions & 0 deletions .github/lifecycle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: project-lifecycle
on: # yamllint disable-line rule:truthy
schedule:
- cron: 0 7 * * *
workflow_dispatch:
issues:
types:
- reopened
- opened
- labeled

jobs:
lifecycle:
uses: kumahq/.github/.github/workflows/wfc_lifecycle.yml@main
with:
# These files to sync are OSS things which have no place here
filesToIgnore: CODE_OF_CONDUCT.md,LICENSE,SECURITY.md,CODEOWNERS,GOVERNANCE.md,CONTRIBUTING.md

0 comments on commit 681cec6

Please sign in to comment.