discourse/.github
David Taylor a6b680f4fe
DEV: Fix GitHub CI permissions issues (#20069)
The `git` version in our discourse_test docker image was recently updated to include a permissions check before running any git commands. For this to pass, the owner of the discourse directory needs to match the user running any git commands.

Under GitHub actions, by default the working directory is created with uid=1000 as the owner. We run all our tests as `root`, so this mismatch causes git to raise the permissions error. We can't switch to run the entire workflow as the `discourse (uid=1000)` user because our discourse_test image is not configured to allow `discourse` access to postgres/redis directories. For now, this commit updates the working directory's owner to match the user running the workflow.
2023-01-30 15:39:43 +00:00
..
workflows DEV: Fix GitHub CI permissions issues (#20069) 2023-01-30 15:39:43 +00:00
dependabot.yml DEV: Bump Dependabot's bundler PR limit (#19081) 2022-11-17 21:48:13 +01:00
labeler.yml DEV: Fix `labeler.yml` glob configuration (#18846) 2022-11-02 15:59:59 +00:00
pull_request_template.md DEV: Correct typos and spelling mistakes (#12812) 2021-05-21 11:43:47 +10:00