Skip to content

Commit 5684cef

Browse files
DanWahlinCopilot
andcommitted
fix: allow CSV files in create-pull-request safe output
Add allowed-files for .github/uvs.csv and .github/views.csv so the workflow can modify these protected files. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 21ca5da commit 5684cef

File tree

2 files changed

+30
-27
lines changed

2 files changed

+30
-27
lines changed

.github/workflows/traffic-updater.lock.yml

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

.github/workflows/traffic-updater.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ safe-outputs:
2525
labels: [automated-update, traffic-data]
2626
title-prefix: "[bot] "
2727
base-branch: main
28+
allowed-files:
29+
- ".github/uvs.csv"
30+
- ".github/views.csv"
2831
---
2932

3033
# Collect Weekly Repo Traffic

0 commit comments

Comments
 (0)