matomo-org / matomo

Empowering People Ethically with the leading open source alternative to Google Analytics that gives you full control over your data. Matomo lets you easily collect data from websites & apps and visualise this data and extract insights. Privacy is built-in. Liberating Web Analytics. Star us on Github? +1. And we love Pull Requests!
https://matomo.org/
GNU General Public License v3.0
19.92k stars 2.66k forks source link

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

Closed sgiehl closed 4 weeks ago

sgiehl commented 4 weeks ago

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