Skip to content

Commit

Permalink
Update docs_bot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dobairoland authored Feb 5, 2025
1 parent 39540b5 commit 5e2fdd0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/docs_bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ jobs:
- name: Docs bot action
uses: espressif/docs-bot-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_repository: ${{ github.repository }}
github_issue_number: ${{ github.event.issue.number }}
in_msg: ${{ github.event.issue.body }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }}
GITHUB_ISSUE_NUMBER: ${{ github.event.issue.number }}
DOCS_BOT_PREFIX_OUT_MSG: "Hi @${{ github.event.issue.user.login }}!\nBe aware that the following suggestions are generated by a bot."
prefix_out_msg: >
Hi @${{ github.event.issue.user.login }}!
Be aware that the following suggestions are generated by a bot.
dump:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5e2fdd0

Please sign in to comment.