Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimfacion committed Aug 30, 2024
1 parent 165f576 commit a4bcb4b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/auto-set-labels
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Assign PR team labels
on:
pull_request:
branches:
- main

jobs:
team-labels:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: Dimfacion/[email protected]
with:
repo-token: ${{ secrets.TOKEN }}
labels_by_organization: "['OpenBAS-Platform': ['good-job']]"

0 comments on commit a4bcb4b

Please sign in to comment.