Make style bot trigger CI after push (#38754)
fix Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
6
.github/workflows/pr-style-bot.yml
vendored
6
.github/workflows/pr-style-bot.yml
vendored
@@ -5,10 +5,6 @@ on:
|
||||
issue_comment:
|
||||
types: [created]
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
style:
|
||||
uses: huggingface/huggingface_hub/.github/workflows/style-bot-action.yml@main
|
||||
@@ -16,4 +12,4 @@ jobs:
|
||||
python_quality_dependencies: "[quality]"
|
||||
style_command_type: "default"
|
||||
secrets:
|
||||
bot_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
bot_token: ${{ secrets.HF_STYLE_BOT_ACTION }}
|
||||
|
||||
Reference in New Issue
Block a user