Make icon changes persistent, even after app freezes #478
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: Mark new issues for moderation | |
on: | |
issues: | |
types: | |
- opened | |
jobs: | |
label_issue: | |
runs-on: ubuntu-latest | |
name: Label issue | |
steps: | |
# - name: Simple Issue Labeler | |
# uses: andymckay/[email protected] | |
# with: | |
# add-labels: "in-moderation" | |
- name: 'Auto-assign issue' | |
uses: pozil/auto-assign-issue@74b9f64cc1a08f99358061073e243a4c3d7dd5c4 # tag=v1.11.0 | |
with: | |
assignees: Amorphous404 | |