Lines Matching +full:deleted -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang)
1 # This workflow updates the list of deleted files based on the recent changes and creates a pull re…
2 # It compares the current master with the data/deleted.files file and cleans the file from any re-i…
3 …ares the current master with the stable branch and adds all deleted files to the data/deleted.file…
8 name: "Update deleted files"
16 name: Update deleted files
30 … grep -v "^$E$" data/deleted.files > data/deleted.files.tmp && mv data/deleted.files{.tmp,}
33 - name: Update list with deleted files
39 if grep -q "^$F$" data/deleted.files; then
42 if ( ! test -f "data/deleted.files.tmp"); then
43 …ed on/ && !found {print input; found=1} 1' data/deleted.files > data/deleted.files.tmp && cp data/…
45 …ed on/ && !found {print input; found=1} 1' data/deleted.files > data/deleted.files.tmp && cp data/…
47 if (test -f "data/deleted.files.tmp"); then
48 …d on/ && !found {printf("\n"); found=1} 1' data/deleted.files > data/deleted.files.tmp && mv data/…
49 sed -i "s/^# newly removed/# removed on $(date -I)/" data/deleted.files
55 commit-message: " Update deleted files"
56 title: " Update deleted files"
57 body: "This updates the list of deleted files based on the recent changes."