We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1050cb7 commit 7a88548Copy full SHA for 7a88548
.github/workflows/add-redirects.yml
@@ -1,7 +1,8 @@
1
name: add-redirects
2
on:
3
- workflow_call:
4
- pull_request_target:
+ pull_request:
+ paths:
5
+ - "source/**"
6
jobs:
7
get-redirects-renamed:
8
name: Get Renamed Files
@@ -18,9 +19,6 @@ jobs:
18
19
# pin to a specific commit to ensure stability
20
uses: tj-actions/changed-files@c65cd883420fd2eb864698a825fc4162dd94482c
21
with:
- files: |
22
- source/**
23
- *.txt
24
include_all_old_new_renamed_files: 'true'
25
write_output_files: 'true'
26
- name: Write renamed files to output
source/logging-monitoring/change-streams.txt renamed to source/read/change-streams.txt
0 commit comments