Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

bug: XPC Error: Error Domain=NSCocoaErrorDomain Code=4099 #65

bug: XPC Error: Error Domain=NSCocoaErrorDomain Code=4099

bug: XPC Error: Error Domain=NSCocoaErrorDomain Code=4099 #65

name: Remove needs-reply label
on:
issue_comment:
types:
- created
permissions:
issues: write
concurrency:
group: needs-reply-remove-${{ github.event.issue.number }}
cancel-in-progress: true
jobs:
needs-reply:
runs-on: ubuntu-latest
if: |
github.event.comment.author_association != 'OWNER' &&
github.event.comment.author_association != 'COLLABORATOR'
steps:
- name: Remove needs-reply label
run: |
curl --request DELETE \
--url 'https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.issue.number }}/labels/needs%3A%20reply' \
--header 'Authorization: token ${{ secrets.GITHUB_TOKEN }}'