Skip to content

Commit

Permalink
test apply labels
Browse files Browse the repository at this point in the history
  • Loading branch information
jotak committed Feb 11, 2025
1 parent 0353a41 commit 755728a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pr-labels.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Pull request labels
on:
- pull_request_target:

jobs:
pr-labels:
permissions:
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: View PR author
run: echo "This PR is opened by ${{ github.event.pull_request.user.login }} ."
7 changes: 0 additions & 7 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,3 @@ jobs:
run: make update-bundle
- name: check bundle clean state
run: git add -A && git diff HEAD -I "operator-sdk-v" --exit-code

label:
runs-on: ubuntu-latest
name: Apply labels
steps:
- name: View PR author
run: echo "This PR is opened by ${{ github.event.pull_request.user.login }} ."

0 comments on commit 755728a

Please sign in to comment.