chore: add release and labeler workflows [skip ci]

This commit is contained in:
LuanRT
2022-09-01 17:57:02 -03:00
parent f8c07101bf
commit d34a8d7fc4
3 changed files with 95 additions and 0 deletions

16
.github/workflows/labeler.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
name: Label PRs
on:
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: srvaroa/labeler@master
with:
config_path: .github/labeler_config.yml
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"