Skip to content

Commit

Permalink
patch(_sync_docs.yaml): Update source of gatekeeper action (#201)
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
a-velasco authored Jun 25, 2024
1 parent eb5c6fc commit ddb4b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_sync_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Open PR with changes to Discourse topics
uses: deusebio/discourse-gatekeeper@c8adb89ea1cbceca54d78da798658373615487ac
uses: canonical/discourse-gatekeeper@main
id: docs-pr
with:
discourse_host: discourse.charmhub.io
Expand Down

0 comments on commit ddb4b51

Please sign in to comment.