canonical / data-platform-workflows

Reusable GitHub Actions workflows used by the Data Platform team
Apache License 2.0
4 stars 9 forks source link

patch(_sync_docs.yaml): Update source of gatekeeper action #201

Closed a-velasco closed 3 months ago

a-velasco commented 3 months ago

Issue

The _sync_docs.yaml workflow was using a fork instead of the official canonical repository for the discourse-gatekeeper action.

The canonical action no longer has the limitations that prompted using the fork.

Solution

Changed the repository of the action to canonical/discourse-gatekeeper@main

Note: Using @main instead of their recommended @stable because those branches have diverged for unknown reasons, and @main seems to have some fixes that we need.