Synchronize .gitlint settings across FrostFS repos\n\nThis change allows to use [#xx] placeholders for issue number. #10

Open
fyrchik wants to merge 1 commit from test-871793705 into master
Owner

Fasten your seatbelts.
The following script was applied:

#!/bin/sh -e

set -euo pipefail

sed -i '/\[title-match-regex\]/ { N; s|regex=.*|regex=^\\[\\#[0-9Xx]+\\]\\s| }' .gitlint
Fasten your seatbelts. The following script was applied: ``` #!/bin/sh -e set -euo pipefail sed -i '/\[title-match-regex\]/ { N; s|regex=.*|regex=^\\[\\#[0-9Xx]+\\]\\s| }' .gitlint ```
fyrchik self-assigned this 2023-03-24 19:00:50 +00:00
Author
Owner

Oh my god, the commit is not formatted. The PR index is 10, let me force-push to update the message, should not take long.

Oh my god, the commit is not formatted. The PR index is 10, let me force-push to update the message, should not take long.
fyrchik force-pushed test-871793705 from c48969e4b2 to a026070fa5 2023-03-24 19:00:57 +00:00 Compare
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin test-871793705:test-871793705
git checkout test-871793705

Merge

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff test-871793705
git checkout master
git merge --ff-only test-871793705
git checkout test-871793705
git rebase master
git checkout master
git merge --no-ff test-871793705
git checkout master
git merge --squash test-871793705
git checkout master
git merge --ff-only test-871793705
git checkout master
git merge test-871793705
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: fyrchik/frostfs-api-go#10
No description provided.