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 add to pr #107

Merged
merged 51 commits into from
Dec 13, 2024
Merged
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
7be01ca
checking for open PR
rcskosir Dec 2, 2024
1d03162
Update updateChangelog.yml
rcskosir Dec 2, 2024
c1eafe5
Update updateChangelog.yml
rcskosir Dec 2, 2024
9802baa
Merge branch 'main' into rcskosir-check-for-PR-1
rcskosir Dec 2, 2024
3101c80
Update updateChangelog.yml
rcskosir Dec 3, 2024
cef43da
Merge branch 'main' into rcskosir-check-for-PR-1
rcskosir Dec 3, 2024
79ba307
Update updateChangelog.yml
rcskosir Dec 3, 2024
659fc27
Merge branch 'main' into rcskosir-check-for-PR-1
rcskosir Dec 3, 2024
60a492e
Update updateChangelog.yml
rcskosir Dec 3, 2024
8c01a5e
Merge branch 'main' into rcskosir-check-for-PR-1
rcskosir Dec 3, 2024
932fb96
Update updateChangelog.yml
rcskosir Dec 3, 2024
10c02ac
Update updateChangelog.yml
rcskosir Dec 3, 2024
e1b8b0d
Update updateChangelog.yml
rcskosir Dec 3, 2024
1aebdb8
Update updateChangelog.yml
rcskosir Dec 3, 2024
911cb3b
Update updateChangelog.yml
rcskosir Dec 4, 2024
43c4fac
Merge branch 'main' into rcskosir-add-to-PR
rcskosir Dec 4, 2024
7749095
Update updateChangelog.yml
rcskosir Dec 4, 2024
9ac8b87
Merge branch 'main' into rcskosir-add-to-PR
rcskosir Dec 4, 2024
d34e356
Update updateChangelog.yml
rcskosir Dec 4, 2024
62c5577
Merge branch 'main' into rcskosir-add-to-PR
rcskosir Dec 4, 2024
bace31e
Update updateChangelog.yml
rcskosir Dec 4, 2024
aa8e88f
Merge branch 'main' into rcskosir-add-to-PR
rcskosir Dec 4, 2024
5f7ac90
Update updateChangelog.yml
rcskosir Dec 4, 2024
961bee7
Update updateChangelog.yml
rcskosir Dec 4, 2024
241195f
Update updateChangelog.yml
rcskosir Dec 4, 2024
d9525a3
Merge branch 'main' into rcskosir-add-to-PR
rcskosir Dec 4, 2024
1f01b02
Update updateChangelog.yml
rcskosir Dec 9, 2024
b83aee6
Merge branch 'main' into rcskosir-add-to-PR
rcskosir Dec 9, 2024
e6f94d0
Update updateChangelog.yml
rcskosir Dec 9, 2024
680521f
Merge branch 'main' into rcskosir-add-to-PR
rcskosir Dec 9, 2024
89011af
Update updateChangelog.yml
rcskosir Dec 9, 2024
a1a517c
Update updateChangelog.yml
rcskosir Dec 9, 2024
5e2a0d0
Merge branch 'main' into rcskosir-add-to-PR
rcskosir Dec 9, 2024
6dc5a2d
Update updateChangelog.yml
rcskosir Dec 9, 2024
4259db4
Merge branch 'main' into rcskosir-add-to-PR
rcskosir Dec 9, 2024
a58e6bf
Update updateChangelog.yml
rcskosir Dec 9, 2024
b88f7ad
Update updateChangelog.yml
rcskosir Dec 10, 2024
29b59dd
Merge branch 'main' into rcskosir-add-to-PR
rcskosir Dec 10, 2024
0dc3f0e
Update updateChangelog.yml
rcskosir Dec 10, 2024
c08c350
Update updateChangelog.yml
rcskosir Dec 10, 2024
494cdeb
Merge branch 'main' into rcskosir-add-to-PR
rcskosir Dec 10, 2024
216f46b
Update updateChangelog.yml
rcskosir Dec 10, 2024
d01bf53
Update updateChangelog.yml
rcskosir Dec 10, 2024
91aad69
Update updateChangelog.yml
rcskosir Dec 10, 2024
a47509a
Merge branch 'main' into rcskosir-add-to-PR
rcskosir Dec 10, 2024
993c2ae
Update updateChangelog.yml
rcskosir Dec 13, 2024
e0fcc54
Update updateChangelog.yml
rcskosir Dec 13, 2024
fb39089
Update updateChangelog.yml
rcskosir Dec 13, 2024
6cf4747
Merge branch 'main' into rcskosir-add-to-PR
rcskosir Dec 13, 2024
f1dafdc
Update updateChangelog.yml
rcskosir Dec 13, 2024
90dd5a6
Merge branch 'main' into rcskosir-add-to-PR
rcskosir Dec 13, 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
2 changes: 1 addition & 1 deletion .github/workflows/updateChangelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,6 @@ jobs:
echo "The change has been added to the changelog under the first occurrence of $header."

git add CHANGELOG.md
git commit -m "Update changelog" -m "new entry added"
git commit -m 'Update CHANGELOG.md' -m '${{ needs.changelog-entry.outputs.entry }}'
git push --set-upstream origin automated-changelog

Loading