Skip to content

Commit

Permalink
ci: only apply awaiting release label to prs related to ./packages (
Browse files Browse the repository at this point in the history
  • Loading branch information
mcansh authored Dec 2, 2022
1 parent ee1b60f commit 585d14c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/merged-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ on:
types: [closed]
branches:
- dev
paths:
- "packages/**"

permissions:
pull-requests: write

jobs:
if_merged:
merged:
name: Add label to merged PR
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
Expand Down

0 comments on commit 585d14c

Please sign in to comment.