Skip to content

Commit

Permalink
Add label based ci approval
Browse files Browse the repository at this point in the history
  • Loading branch information
awarde96 committed Jul 26, 2024
1 parent 0bfc182 commit 006bf5b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/label-public-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Manage labels of pull requests that originate from forks
name: label-public-pr

on:
pull_request_target:
types: [opened, synchronize]

jobs:
label:
uses: ecmwf-actions/reusable-workflows/.github/workflows/label-pr.yml@v2

0 comments on commit 006bf5b

Please sign in to comment.