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

Fix "detect translation file changes" workflow #63731

Merged
merged 1 commit into from
Feb 23, 2023

Conversation

Qrox
Copy link
Contributor

@Qrox Qrox commented Feb 22, 2023

Summary

None

Purpose of change

Fixes the "detect translation file changes" workflow. Closes #59029.

Describe the solution

Use pull_request_target instead of pull_request event to run the workflow.

Describe alternatives you've considered

Testing

Qrox#8 does not have the skip phrase so a comment was added automatically.

Qrox#9 has the skip phrase so no comment was added.

The changes in these PRs included a new line of logging code which was not executed in the respective workflows so the workflows were indeed run on the target branch instead of the PR branch, which means the workflows should not require approval for new contributers anymore.

Additional context

@github-actions github-actions bot added the Code: Tooling Tooling that is not part of the main game but is part of the repo. label Feb 22, 2023
@Qrox Qrox marked this pull request as ready for review February 22, 2023 16:56
@github-actions github-actions bot added <Bugfix> This is a fix for a bug (or closes open issue) json-styled JSON lint passed, label assigned by github actions astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions labels Feb 22, 2023
@Fris0uman Fris0uman merged commit 8332c95 into CleverRaven:master Feb 23, 2023
@Qrox Qrox deleted the detect branch March 12, 2023 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions <Bugfix> This is a fix for a bug (or closes open issue) Code: Tooling Tooling that is not part of the main game but is part of the repo. json-styled JSON lint passed, label assigned by github actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Detect translation file changes" workflow does not work
2 participants