Update reportgenerator to 5.4.3 #3604
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: Auto Label | |
on: | |
pull_request: | |
branches: | |
- master | |
jobs: | |
auto_label: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/[email protected] | |
- name: auto label | |
uses: RocketSurgeonsGuild/actions/[email protected] | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |