Skip to content

Commit

Permalink
Improve project management (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz authored Jan 30, 2024
1 parent c43463b commit 9b6e334
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/enforce-linking-issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
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
13 changes: 13 additions & 0 deletions .github/workflows/update-release-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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

0 comments on commit 9b6e334

Please sign in to comment.