diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 00000000..870abe4a --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,24 @@ +name: Label PRs + +on: +- pull_request +- issues + +jobs: + build: + + runs-on: ubuntu-latest + + + steps: + + - name: Checkout your code + uses: actions/checkout@v3 + + - uses: srvaroa/labeler@master + with: + config_path: .github/labeler.yml + use_local_config: false + fail_on_error: false + env: + GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file