Skip to content

Commit

Permalink
Improve project management (#334)
Browse files Browse the repository at this point in the history
* feat: Add `update-release-project.yml` and `enforce-linking-issues.yml`

* fix: Inherit secrets
  • Loading branch information
fuzzypixelz authored Jan 30, 2024
1 parent 19e7757 commit f2efa7a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/enforce-linking-issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Enforce linking issues

on:
pull_request_target:
types: [opened, edited, labeled]

jobs:
main:
uses: eclipse-zenoh/zenoh/.github/workflows/enforce-linking-issues.yml@main
secrets: inherit
14 changes: 14 additions & 0 deletions .github/workflows/update-release-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Update release project

on:
issues:
types: [opened, edited, labeled]
pull_request_target:
types: [closed]
branches:
- main

jobs:
main:
uses: eclipse-zenoh/zenoh/.github/workflows/update-release-project.yml@main
secrets: inherit

0 comments on commit f2efa7a

Please sign in to comment.