@@ -15,205 +15,11 @@ jobs:
1515 steps :
1616 - uses : fregante/title-to-labels-action@v1
1717 with :
18- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
18+ token : ${{ github.token }}
19+ - uses : actions/checkout@v4
1920 - uses : fregante/title-replacer-action@v1
2021 with :
21- token : ${{ secrets.GITHUB_TOKEN }}
22- pattern : |
23- action-pr-link
24- action-used-by-link
25- actionable-pr-view-file
26- align-issue-labels
27- archive-forks-link
28- avoid-accidental-submissions
29- batch-mark-files-as-viewed
30- bugs-tab
31- ci-link
32- clean-conversation-filters
33- clean-conversation-headers
34- clean-conversation-sidebar
35- clean-pinned-issues
36- clean-readme-url
37- clean-repo-filelist-actions
38- clean-repo-sidebar
39- clean-repo-tabs
40- clean-rich-text-editor
41- clear-pr-merge-commit-message
42- click-outside-modal
43- close-as-unplanned
44- close-out-of-view-modals
45- closing-remarks
46- collapsible-content-button
47- command-palette-navigation-shortcuts
48- comment-excess
49- comment-fields-keyboard-shortcuts
50- comments-time-machine-links
51- conflict-marker
52- conversation-activity-filter
53- conversation-links-on-repo-lists
54- convert-pr-to-draft-improvements
55- convert-release-to-draft
56- copy-on-y
57- create-release-shortcut
58- cross-deleted-pr-branches
59- deep-reblame
60- default-branch-button
61- dim-bots
62- download-folder-button
63- draft-pr-notice
64- easy-toggle-commit-messages
65- easy-toggle-files
66- embed-gist-inline
67- embed-gist-via-iframe
68- emphasize-draft-pr-label
69- esc-to-cancel
70- esc-to-deselect-line
71- expand-all-hidden-comments
72- extend-conversation-status-filters
73- extend-diff-expander
74- file-age-color
75- fit-textareas
76- fix-no-pr-search
77- github-actions-indicators
78- global-conversation-list-filters
79- hidden-review-comments-indicator
80- hide-diff-signs
81- hide-inactive-deployments
82- hide-issue-list-autocomplete
83- hide-low-quality-comments
84- hide-navigation-hover-highlight
85- hide-newsfeed-noise
86- hide-user-forks
87- highest-rated-comment
88- highlight-collaborators-and-own-conversations
89- highlight-non-default-base-branch
90- html-preview-link
91- improve-shortcut-help
92- infinite-scroll
93- jump-to-change-requested-comment
94- jump-to-conversation-close-event
95- keyboard-navigation
96- last-notification-page-button
97- link-to-changelog-file
98- link-to-compare-diff
99- link-to-github-io
100- linkify-branch-references
101- linkify-code
102- linkify-commit-sha
103- linkify-labels-on-dashboard
104- linkify-line-numbers
105- linkify-notification-repository-header
106- linkify-symbolic-links
107- linkify-user-edit-history-popup
108- linkify-user-labels
109- linkify-user-location
110- list-prs-for-branch
111- list-prs-for-file
112- locked-issue
113- mark-merge-commits-in-list
114- mark-private-orgs
115- mobile-tabs
116- more-conversation-filters
117- more-dropdown-links
118- more-file-links
119- netiquette
120- new-or-deleted-file
121- new-repo-disable-projects-and-wikis
122- no-duplicate-list-update-time
123- no-unnecessary-split-diff-view
124- one-click-diff-options
125- one-click-pr-or-gist
126- one-click-review-submission
127- one-key-formatting
128- open-all-conversations
129- open-all-notifications
130- open-issue-to-latest-comment
131- pagination-hotkey
132- parse-backticks
133- patch-diff-links
134- pinned-issues-update-time
135- pr-base-commit
136- pr-branch-auto-delete
137- pr-commit-lines-changed
138- pr-filters
139- pr-first-commit-title
140- pr-jump-to-first-non-viewed-file
141- pr-notification-link
142- prevent-comment-loss
143- prevent-duplicate-pr-submission
144- prevent-link-loss
145- prevent-pr-merge-panel-opening
146- preview-hidden-comments
147- previous-next-commit-buttons
148- previous-version
149- profile-gists-link
150- profile-hotkey
151- pull-request-hotkeys
152- quick-comment-edit
153- quick-comment-hiding
154- quick-file-edit
155- quick-label-removal
156- quick-mention
157- quick-new-issue
158- quick-repo-deletion
159- quick-review
160- quick-review-comment-deletion
161- reactions-avatars
162- release-download-count
163- releases-dropdown
164- releases-tab
165- reload-failed-proxied-images
166- repo-age
167- repo-avatars
168- repo-header-info
169- repo-wide-file-finder
170- resolve-conflicts
171- restore-file
172- rgh-dim-commits
173- rgh-feature-descriptions
174- rgh-improve-new-issue-form
175- rgh-linkify-features
176- rgh-linkify-yolo-issues
177- rgh-netiquette
178- rgh-pr-template
179- rgh-welcome-issue
180- same-branch-author-commits
181- scrollable-areas
182- select-all-notifications-shortcut
183- select-notifications
184- selection-in-new-tab
185- shorten-links
186- show-associated-branch-prs-on-fork
187- show-names
188- show-open-prs-of-forks
189- show-user-top-repositories
190- show-whitespace
191- small-user-avatars
192- sort-conversations-by-update-time
193- status-subscription
194- sticky-sidebar
195- stop-redirecting-in-notification-bar
196- submission-via-ctrl-enter-everywhere
197- suggest-commit-title-limit
198- swap-branches-on-compare
199- sync-pr-commit-title
200- tab-to-indent
201- table-input
202- tag-changes-link
203- tags-on-commits-list
204- toggle-everything-with-alt
205- toggle-files-button
206- unfinished-comments
207- unreleased-commits
208- unwrap-unnecessary-dropdowns
209- update-pr-from-base-branch
210- useful-not-found-page
211- user-local-time
212- user-profile-follower-badge
213- vertical-front-matter
214- view-last-pr-deployment
215- visit-tag
216- warn-pr-from-master
217- warning-for-disallow-edits
22+ token : ${{ github.token }}
23+ pattern-path : source/features
21824 replacement : ' `$0`'
219- trimPunctuation : true
25+ trim-punctuation : true
0 commit comments