Create io.github.ellie_commons.tomato #110
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
--- | |
# DO NOT modify this workflow to do extra stuff, unless you fully understand the security | |
# implications of the `pull_request_target` workflow. See: | |
# https://securitylab.github.com/research/github-actions-preventing-pwn-requests/ | |
name: Checklist | |
on: | |
pull_request_target: | |
types: | |
- opened | |
- synchronize | |
- reopened | |
paths: | |
- applications/**/*.json | |
jobs: | |
setup: | |
name: Setup | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checklist | |
uses: elementary/[email protected] | |
with: | |
token: ${{ secrets.GIT_USER_TOKEN }} | |
body: | | |
## Review Checklist | |
- [ ] App opens | |
- [ ] Does what it says | |
- [ ] Categories match | |
### AppData | |
- [ ] Name is unique and non-confusing | |
- [ ] Matches description | |
- [ ] Matches screenshot | |
- [ ] Launchable tag with matching ID | |
- [ ] Release tag with matching version and YYYY-MM-DD date | |
- [ ] OARS info matches | |
### Flatpak | |
- [ ] Uses elementary runtime | |
- [ ] Sandbox permissions are reasonable | |