More support for Progressive Web Apps (PWA's) and shortcuts. #469
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/labeler@1.0.4 | |
# with: | |
# add-labels: "in-moderation" | |
- name: 'Auto-assign issue' | |
uses: pozil/auto-assign-issue@74b9f64cc1a08f99358061073e243a4c3d7dd5c4 # tag=v1.11.0 | |
with: | |
assignees: Amorphous404 | |