Skip to content

Commit

Permalink
Add workflows for tracks support
Browse files Browse the repository at this point in the history
  • Loading branch information
arturo-seijas committed Jul 11, 2024
1 parent ec9a1e9 commit 2ecb3fa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/comment_contributing.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Comment on the pull request

on:
pull_request:
types:
- opened
branches:
- 'track/**'

jobs:
comment-on-pr:
uses: canonical/operator-workflows/.github/workflows/comment_contributing.yaml@main
secrets: inherit

0 comments on commit 2ecb3fa

Please sign in to comment.