Skip to content

Create io.github.ellie_commons.tomato #110

Create io.github.ellie_commons.tomato

Create io.github.ellie_commons.tomato #110

Workflow file for this run

---
# 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