Skip to content

Commit

Permalink
Label PRs with viam-employee for org members.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamMagaluk committed Jan 31, 2023
1 parent 782f7c1 commit 6fa0301
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@ jobs:
with:
repo-token: ${{ secrets.PR_TOKEN }}
remove-labels: "safe to test"
remove-labels: "viam-employee"
- name: Auto label org members
if: |
steps.is_organization_member.outputs.result == 'true'
uses: andymckay/labeler@1.0.4
with:
repo-token: ${{ secrets.PR_TOKEN }}
add-labels: "safe to test"
add-labels: "viam-employee"
- name: Add Unsafe PR Comment
if: |
steps.is_organization_member.outputs.result == 'false'
Expand Down

0 comments on commit 6fa0301

Please sign in to comment.