Skip to content

Commit

Permalink
Merge pull request #92 from puppetlabs/main-update-examples
Browse files Browse the repository at this point in the history
(MAIN) Updating examples
  • Loading branch information
Ramesh7 authored Jun 10, 2024
2 parents 36be3e4 + bad7f68 commit 5207a3f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 5 additions & 2 deletions example/module/labeller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ name: Labeller
on:
issues:
types: [ opened, reopened, labeled, unlabeled ]
pull_request_target:
types: [ opened, reopened, labeled, unlabeled ]
pull_request:
types:
- opened
- labeled
- unlabeled

jobs:
label:
Expand Down
7 changes: 3 additions & 4 deletions example/module/mend.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: "mend"

on:
pull_request_target:
types:
- opened
- synchronize
pull_request:
branches:
- "main"
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
Expand Down

0 comments on commit 5207a3f

Please sign in to comment.