Skip to content

Commit

Permalink
Update GitHub actions for inner sourcing
Browse files Browse the repository at this point in the history
  • Loading branch information
gnbm committed Mar 21, 2024
1 parent c3fc9ee commit 878dfb5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/AddInnerSourcingLabel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
pull_request:
types:
- opened
- synchronize

jobs:
inner_sourcing:
uses: OutSystems/rd.github-reusable-workflows/.github/workflows/add-inner-sourcing-label.yaml@v1.4.0
uses: OutSystems/rd.github-reusable-workflows/.github/workflows/add-inner-sourcing-label.yaml@v2.0.2
with:
codeowners-path: .github\CODEOWNERS
codeowners-path: .github/CODEOWNERS
secrets: inherit
4 changes: 2 additions & 2 deletions .github/workflows/ValidatePRLabels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Validate pull request labels

on:
pull_request:
types: [labeled, unlabeled, synchronize]
types: [opened, reopened, labeled, unlabeled]

jobs:
check-label:
uses: OutSystems/rd.github-reusable-workflows/.github/workflows/validate-pr-labels.yaml@v1.0.0
uses: OutSystems/rd.github-reusable-workflows/.github/workflows/validate-pr-labels.yaml@v2.0.2
6 changes: 4 additions & 2 deletions .github/workflows/ValidatePRTitle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: Validate pull request title

on:
pull_request:
types: [opened, edited, synchronize, reopened]
types: [opened, reopened, edited]

jobs:
build:
uses: OutSystems/rd.github-reusable-workflows/.github/workflows/validate-pr-title.yaml@v1.0.0
uses: OutSystems/rd.github-reusable-workflows/.github/workflows/validate-pr-title.yaml@v2.0.2
with:
validate-semVer: false

0 comments on commit 878dfb5

Please sign in to comment.