Skip to content

Commit 65edb0f

Browse files
authored
Merge pull request #306 from githubnext/fix/exclude-dev-files-from-protected
Exclude dev files from autoloop protected-files list
2 parents 7488d8d + 7fba512 commit 65edb0f

2 files changed

Lines changed: 47 additions & 18 deletions

File tree

.github/workflows/autoloop.lock.yml

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/autoloop.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,42 @@ safe-outputs:
4444
create-pull-request:
4545
draft: true
4646
labels: [automation, autoloop]
47-
protected-files: fallback-to-issue
47+
protected-files:
48+
policy: fallback-to-issue
49+
exclude:
50+
- package.json
51+
- package-lock.json
52+
- bun.lockb
53+
- bunfig.toml
54+
- yarn.lock
55+
- pnpm-lock.yaml
56+
- tsconfig.json
57+
- biome.json
58+
- requirements.txt
59+
- pyproject.toml
60+
- setup.py
61+
- setup.cfg
4862
preserve-branch-name: true
4963
recreate-ref: true
5064
max: 1
5165
push-to-pull-request-branch:
5266
target: "*"
5367
title-prefix: "[Autoloop"
68+
protected-files:
69+
policy: allowed
70+
exclude:
71+
- package.json
72+
- package-lock.json
73+
- bun.lockb
74+
- bunfig.toml
75+
- yarn.lock
76+
- pnpm-lock.yaml
77+
- tsconfig.json
78+
- biome.json
79+
- requirements.txt
80+
- pyproject.toml
81+
- setup.py
82+
- setup.cfg
5483
max: 1
5584
create-issue:
5685
labels: [automation, autoloop]

0 commit comments

Comments
 (0)