Skip to content

Commit

Permalink
updated ghapi with issue number
Browse files Browse the repository at this point in the history
  • Loading branch information
Shakib Yazdani committed Sep 12, 2024
1 parent 455f7b3 commit 859be57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
paths-ignore:
- 'README.md'
- '.github/workflows/**'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ghapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
api = GhApi(owner=owner, repo=repo)
api.issues.create_comment(os.environ['NUMBER'], "👋 Hi there! Thank you for coming across this project! 🙏 I really appreciate your input. I’ll check your issue soon and get back to you. 😊 Thanks for your patience!")
env:
NUMBER: ${{ github.event.number }}
NUMBER: ${{ github.event.issue.number }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO: ${{ github.repository }}

0 comments on commit 859be57

Please sign in to comment.