* ci: add auto_merge_enabled to pr activity types * fix (auto-update.yml): remove 'dev' branch from trigger to run workflow on 'main' branch pushes only fix (js_autofix.yml): remove unnecessary push trigger for 'main' branch in workflow to run on specific file changes only * ci: Update concurrency settings in CI workflows
13 lines
No EOL
168 B
YAML
13 lines
No EOL
168 B
YAML
name: Auto-update
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
Auto:
|
|
name: Auto-update
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: tibdex/auto-update@v2 |