Sonify plugin updates jt #13
Workflow file for this run
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: "When Opened" | |
on: | |
issues: | |
types: | |
- opened | |
pull_request_target: | |
types: | |
- opened | |
jobs: | |
triage: | |
runs-on: ubuntu-latest | |
steps: | |
# NOTE: sync-labels due to https://github.com/actions/labeler/issues/112 | |
- name: Label PR | |
uses: actions/labeler@v5 | |
if: github.event_name == 'pull_request_target' && github.event.pull_request.user.login != 'meeseeksmachine' | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
# Special action for a special day. Until next year! | |
#- name: Special comment | |
# uses: pllim/action-special_pr_comment@main | |
# with: | |
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |