Skip to content

Commit

Permalink
Update ll.yml (#20)
Browse files Browse the repository at this point in the history
* Update ll.yml

* Update ll.yml

* Update ll.yml
  • Loading branch information
CalvinKirs authored Dec 28, 2023
1 parent 5b7e8b5 commit aec64f5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ll.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
name: Add comment
on:
issues:
pull_request:
jobs:
add-comment:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
id-token: write
steps:
- name: Add comment
run: gh issue comment "$NUMBER" --body "$BODY"
run: gh pr comment "$NUMBER" --body "$BODY"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.issue.number }}
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.**
Expand Down

0 comments on commit aec64f5

Please sign in to comment.