Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dobairoland committed Feb 3, 2025
1 parent 7d0c6d1 commit 9104ca3
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/docs_bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bot response

on:
issues:
types: [opened]
types: [opened, edited]

jobs:
docs_bot:
Expand All @@ -11,3 +11,14 @@ jobs:
steps:
- name: Docs bot
uses: espressif/docs-bot-action@master
env:
IN_MSG: ${{ github.event.issue.body }}
PREFIX_OUT_MSG: "Hello, @$USER! I'm a bot."

dump:
runs-on: ubuntu-latest
steps:
- name: $github
run: echo "$GITHUB_CONTEXT"
env:
GITHUB_CONTEXT: ${{ toJson(github) }}

0 comments on commit 9104ca3

Please sign in to comment.