Skip to content

Adding label to test #10

Adding label to test

Adding label to test #10

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']]"