Skip to content

Commit 0f595f7

Browse files
authored
Merge pull request #34 from github/fix/allow-csv-files
fix: allow CSV files in create-pull-request safe output
2 parents 21ca5da + ff93363 commit 0f595f7

File tree

2 files changed

+31
-29
lines changed

2 files changed

+31
-29
lines changed

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

Lines changed: 27 additions & 29 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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ safe-outputs:
2525
labels: [automated-update, traffic-data]
2626
title-prefix: "[bot] "
2727
base-branch: main
28+
fallback-as-issue: false
29+
allowed-files:
30+
- ".github/uvs.csv"
31+
- ".github/views.csv"
2832
---
2933

3034
# Collect Weekly Repo Traffic

0 commit comments

Comments
 (0)