fix: adds signal handling and proper clean up #2544
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# automatically adds release labels to pull requests. The labels are decided based on configuration at "./.github/release.yaml" | |
name: Add release labels | |
on: | |
pull_request_target: | |
types: | |
- opened | |
- edited | |
jobs: | |
label: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: bcoe/conventional-release-labels@v1 |