Skip to content

[PR #13222/f4866933 backport][3.15] Build C parser error message from bounded buffer slice #7568

[PR #13222/f4866933 backport][3.15] Build C parser error message from bounded buffer slice

[PR #13222/f4866933 backport][3.15] Build C parser error message from bounded buffer slice #7568

Workflow file for this run

name: Clear needs-info/pr-unfinished on activity
on:
pull_request_target:
types: [synchronize, review_requested]
issue_comment:
types: [created]
pull_request_review_comment:
types: [created]
jobs:
clear-pr-unfinished:
runs-on: ubuntu-latest
if: >-
github.event_name != 'issue_comment' ||
!contains(fromJSON('["OWNER", "MEMBER", "COLLABORATOR"]'), github.event.comment.author_association)
permissions:
id-token: write
issues: write
pull-requests: write
steps:
- name: Remove label
uses: actions-ecosystem/action-remove-labels@v1
with:
labels: |
needs-info
pr-unfinished