Skip to content

Filter As on Properties of Associated Bs But Still Return all Bs Associated to the Resulting A's #314

Filter As on Properties of Associated Bs But Still Return all Bs Associated to the Resulting A's

Filter As on Properties of Associated Bs But Still Return all Bs Associated to the Resulting A's #314

name: Label new issues with pending-approval
on:
issues:
types:
- opened
permissions:
contents: read
jobs:
label_issues:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
with:
script: |
github.rest.issues.addLabels({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
labels: ["pending-approval"]
})