This repository has been archived by the owner on Mar 9, 2024. It is now read-only.
🐞 Edit Post in Visual is "blank" and mce-editor button is stacked (one under other) #47
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: Add Triage Label | |
on: | |
issues: | |
types: opened | |
jobs: | |
add_label: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions-ecosystem/action-add-labels@v1 | |
if: github.event.issue.labels[0] == null | |
with: | |
labels: 'status: needs triage' |