Backport PR #2595 on branch v3.8.x (fix image layer visibility toggle via glue-jupyter) #1444
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@v4 | |
if: github.event_name == 'pull_request_target' && github.event.pull_request.user.login != 'meeseeksmachine' | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
sync-labels: '' | |
# 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 }} |