Skip to content

Commit ff93363

Browse files
DanWahlinCopilot
andcommitted
fix: allow CSV files and disable failure issues
Add allowed-files for .github/uvs.csv and .github/views.csv. Set fallback-as-issue: false to prevent auto-generated issues on PR creation failures. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 21ca5da commit ff93363

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)