Skip to content

[Chore]Update NOTICE.txt #19

[Chore]Update NOTICE.txt

[Chore]Update NOTICE.txt #19

Workflow file for this run

name: Add comment
on:
pull_request:
jobs:
add-comment:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
id-token: write
steps:
- name: Add comment
run: gh pr comment "$NUMBER" --body "$BODY"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.pull_request.number }}
BODY: >
This issue is available for anyone to work on.
**Make sure to reference this issue in your pull request.**
:sparkles: Thank you for your contribution! :sparkles: