Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rcskosir changelog entry true #66

Merged
merged 22 commits into from
Nov 22, 2024
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
3be1592
Update updateChangelog.yml
rcskosir Nov 22, 2024
0712c42
Update updateChangelog.yml
rcskosir Nov 22, 2024
1673709
Merge branch 'main' into rcskosir-changelog-entry-true
rcskosir Nov 22, 2024
c572293
Update updateChangelog.yml
rcskosir Nov 22, 2024
5c3afd1
Merge branch 'main' into rcskosir-changelog-entry-true
rcskosir Nov 22, 2024
ea3a2a8
Update updateChangelog.yml
rcskosir Nov 22, 2024
a04c7ab
Merge branch 'main' into rcskosir-changelog-entry-true
rcskosir Nov 22, 2024
3c5347b
Update updateChangelog.yml
rcskosir Nov 22, 2024
bbf1cd8
Merge branch 'main' into rcskosir-changelog-entry-true
rcskosir Nov 22, 2024
c20935f
Update updateChangelog.yml
rcskosir Nov 22, 2024
d2a8192
Merge branch 'main' into rcskosir-changelog-entry-true
rcskosir Nov 22, 2024
9421990
Update updateChangelog.yml
rcskosir Nov 22, 2024
081a1bc
Update updateChangelog.yml
rcskosir Nov 22, 2024
c40dd5e
Merge branch 'main' into rcskosir-changelog-entry-true
rcskosir Nov 22, 2024
8dfa119
Update updateChangelog.yml
rcskosir Nov 22, 2024
221a928
Merge branch 'main' into rcskosir-changelog-entry-true
rcskosir Nov 22, 2024
0cf5b33
Update updateChangelog.yml
rcskosir Nov 22, 2024
f1e0f2d
Merge branch 'main' into rcskosir-changelog-entry-true
rcskosir Nov 22, 2024
b574a7d
Update updateChangelog.yml
rcskosir Nov 22, 2024
6739927
Merge branch 'main' into rcskosir-changelog-entry-true
rcskosir Nov 22, 2024
8a3c489
Update updateChangelog.yml
rcskosir Nov 22, 2024
1d50835
Merge branch 'main' into rcskosir-changelog-entry-true
rcskosir Nov 22, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update updateChangelog.yml
rcskosir authored Nov 22, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 0cf5b334600fac2ffe7de05344b6b196b45bfa3c
2 changes: 1 addition & 1 deletion .github/workflows/updateChangelog.yml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ jobs:
run: echo test="$(git log --pretty="format:%b")" >> $GITHUB_OUTPUT
# check-for-changelog-entry
changelog-entry:
if: ${{ contains(needs.pull-commit-message.outputs.message, [BUG]) }}
if: ${{ contains(needs.pull-commit-message.outputs.message, '[BUG]') }}
runs-on: ubuntu-latest
needs: pull-commit-message
steps: