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