Skip to content

Commit

Permalink
Trigger changelog tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cbbayburt committed Nov 24, 2024
1 parent ef24e5e commit a09cee0
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/changelogs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
types: [opened, edited, synchronize, reopened, closed]
# Only execute on the main branches (feature branches are excluded)
branches:
- changelog-action
- master
# Uyuni patches
- 'Uyuni-[0-9]+.[0-9]+'
Expand Down
Empty file added java/myfile
Empty file.
21 changes: 21 additions & 0 deletions java/spacewalk-java.changes.asd
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
- My changelog entry

Check failure on line 1 in java/spacewalk-java.changes.asd

View workflow job for this annotation

GitHub Actions / Changelog tests

Line exceeds 67 characters in file java/spacewalk-java.changes.asd#L1
- My very long changelog entry. My very long changelog entry. My very long changelog entry. My very long changelog entry.
- This is a
multi-line entry
- This is a multi-line entry

Check failure on line 5 in java/spacewalk-java.changes.asd

View workflow job for this annotation

GitHub Actions / Changelog tests

Wrong indentation in file java/spacewalk-java.changes.asd#L5
with wrong indentation

Check failure on line 6 in java/spacewalk-java.changes.asd

View workflow job for this annotation

GitHub Actions / Changelog tests

Empty line in file java/spacewalk-java.changes.asd#L6

- Another entry

Check failure on line 8 in java/spacewalk-java.changes.asd

View workflow job for this annotation

GitHub Actions / Changelog tests

Wrong indentation in file java/spacewalk-java.changes.asd#L8
- Entry with wrong indentation

Check failure on line 9 in java/spacewalk-java.changes.asd

View workflow job for this annotation

GitHub Actions / Changelog tests

Multiple whitespaces in file java/spacewalk-java.changes.asd#L9
- Entry with multiple whitespaces

Check warning on line 10 in java/spacewalk-java.changes.asd

View workflow job for this annotation

GitHub Actions / Changelog tests

Possibly a mistyped tracker in file java/spacewalk-java.changes.asd#L10
- Mistyped tracker here (bsv#1231231)

Check failure on line 11 in java/spacewalk-java.changes.asd

View workflow job for this annotation

GitHub Actions / Changelog tests

Wrong capitalization in file java/spacewalk-java.changes.asd#L11
- not capitalized
- This is a multi-line
entry with wrong

Check failure on line 14 in java/spacewalk-java.changes.asd

View workflow job for this annotation

GitHub Actions / Changelog tests

Wrong spacing in file java/spacewalk-java.changes.asd#L12-14
spacing after punctuation,characters
- Yet another entry

Check warning on line 16 in java/spacewalk-java.changes.asd

View workflow job for this annotation

GitHub Actions / Changelog tests

Possibly a mistyped tracker in file java/spacewalk-java.changes.asd#L16
- Another mistyped tracker (sc#1231231)

Check failure on line 17 in java/spacewalk-java.changes.asd

View workflow job for this annotation

GitHub Actions / Changelog tests

Trailing whitespaces in file java/spacewalk-java.changes.asd#L17
- Entry with trailing whitespaces
- This is a multi-line
entry. with wrong
capitalization after a full stop.

Check failure on line 21 in java/spacewalk-java.changes.asd

View workflow job for this annotation

GitHub Actions / Changelog tests

Wrong capitalization in file java/spacewalk-java.changes.asd#L19-21
5 changes: 5 additions & 0 deletions java/spacewalk-java.changes.asd2
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- My bugfix (bsc#1231231) with a multi-line

Check warning on line 1 in java/spacewalk-java.changes.asd2

View workflow job for this annotation

GitHub Actions / Changelog tests

Bug #1231231 does not belong to SUSE Manager in file java/spacewalk-java.changes.asd2
changelog entry
- Valid bug tracker (bsc#1216509)
- Valid bug trackers (bsc#1215813, bsc#1214463)
- Another valid bug tracker, according to IBS/OBS trackers (bnc#1216509)
Empty file added web/myfile
Empty file.
Empty file added web/spacewalk-web.changes.ax
Empty file.

0 comments on commit a09cee0

Please sign in to comment.