mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-03 12:42:01 +00:00
feat: Add issues write permission to workflows to avoid lint and i18n workflow conflicts
- Add issues: write permission to lint-and-format.yaml - Add issues: write permission to i18n.yaml - Prevents workflow conflicts when updating PR statuses or comments
This commit is contained in:
2
.github/workflows/lint-and-format.yaml
vendored
2
.github/workflows/lint-and-format.yaml
vendored
@@ -49,7 +49,7 @@ jobs:
|
||||
if: steps.verify-changed-files.outputs.changed == 'true' && github.event.pull_request.head.repo.full_name == github.repository
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
commit_message: '[auto-fix] Apply ESLint and Prettier fixe'
|
||||
commit_message: '[auto-fix] Apply ESLint and Prettier fix'
|
||||
|
||||
- name: Final validation
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user