feat: add perun types && fix: add marshal method for script group #266
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
name: On PR target | |
on: | |
pull_request_target: | |
types: [ opened, reopened, synchronize, edited ] | |
jobs: | |
add_label_on_PR: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Add label on PR | |
uses: release-drafter/release-drafter@master | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
with: | |
disable-releaser: true | |
disable-autolabeler: false |