Skip to content

Commit

Permalink
feat: Add update-release-project.yml and enforce-linking-issues.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Jan 29, 2024
1 parent d7269a9 commit 6e57f56
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 6e57f56

Please sign in to comment.