Skip to content

Use automation user to commit built vue files to ensure other actions are triggered #22711

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

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

sgiehl
Copy link
Member

@sgiehl sgiehl commented Oct 23, 2024

Description:

When vue files are commited our action automatically will built the files and commit them if necessary.
Currently this is done using the permissions of the action. Due to that, no other actions will be triggered by that commit.
This PR updates the action to use the automation user instead, to ensure tests will run for such commits.

Review

@sgiehl sgiehl added the Needs Review PRs that need a code review label Oct 23, 2024
@sgiehl sgiehl added this to the 5.2.0 milestone Oct 23, 2024
@sgiehl sgiehl requested a review from a team October 23, 2024 16:17
@sgiehl sgiehl merged commit 2b01437 into 5.x-dev Oct 24, 2024
26 checks passed
@sgiehl sgiehl deleted the vuebuild branch October 24, 2024 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review PRs that need a code review
Development

Successfully merging this pull request may close these issues.

2 participants