mirror of
https://github.com/stan220/flathub.git
synced 2026-09-08 20:29:02 +00:00
Drop labelling
This commit is contained in:
@@ -28,16 +28,6 @@ jobs:
|
||||
GH_REPO: ${{ github.repository }}
|
||||
ACTOR: ${{ github.actor }}
|
||||
|
||||
- name: Add ready label
|
||||
run: |
|
||||
if ! gh pr view --json labels -q '.labels[].name' "$PR_NUMBER"|grep -qE "^ready$"; then
|
||||
gh pr edit "$PR_NUMBER" --add-label "ready"
|
||||
fi
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GH_REPO: ${{ github.repository }}
|
||||
PR_NUMBER: ${{ github.event.number }}
|
||||
|
||||
- run: /app/entrypoint.py
|
||||
if: ${{ steps.check_reviewer.outputs.is-reviewer == 'true' }}
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user