Backdrop Image and Backdrop Root are not mentioned and it causes confusion. #7024
This file contains hidden or 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: "Mark new issues with needs-triage label" | |
on: | |
issues: | |
types: | |
- reopened | |
- opened | |
permissions: | |
# Label issues. | |
issues: write | |
jobs: | |
label-new-issues: | |
runs-on: ubuntu-latest | |
steps: | |
- name: initial labelling | |
uses: andymckay/labeler@3a4296e9dcdf9576b0456050db78cfd34853f260 # master | |
with: | |
add-labels: "needs triage" | |
ignore-if-assigned: true |