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

Release 7.2.3 #1344

Merged
merged 4 commits into from
Mar 20, 2024
Merged

Release 7.2.3 #1344

merged 4 commits into from
Mar 20, 2024

Conversation

liamdebeasi
Copy link
Contributor

No description provided.

Comment on lines +67 to +84
- uses: actions/checkout@v4
# Pull the latest version of the reference
# branch instead of the revision that triggered
# the workflow otherwise we won't get the commit
# created in the previous job and this next job
# will fail.
with:
ref: ${{ github.ref }}
- name: Configure Identity
# Commits from github-actions do not
# trigger other GitHub Actions. As a result,
# we push from Ionitron instead so actions
# run when merging the release branch
# back into main.
run: |
git config user.name ionitron
git config user.email [email protected]
shell: bash
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@liamdebeasi liamdebeasi merged commit c145093 into main Mar 20, 2024
6 checks passed
@liamdebeasi liamdebeasi deleted the release-7.2.3 branch March 20, 2024 13:26
@mapsandapps mapsandapps self-requested a review March 20, 2024 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants