diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index b08b3e031..916a4809e 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -386,4 +386,5 @@ jobs: source_repo_path: kdeldycke/awesome-template pr_title: "[sync] Template" pr_commit_msg: "[sync] Template" - pr_labels: 📚 documentation \ No newline at end of file + # XXX There's an issue with emoji labels, see: https://github.com/AndreasAugustin/actions-template-sync/issues/461 + pr_labels: '📚 documentation' \ No newline at end of file diff --git a/changelog.md b/changelog.md index 30d54b863..faa54bd86 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,8 @@ This version is not released yet and is under active development. ``` +- Try to hack `actions-template-sync` labels. + ## [3.2.1 (2024-02-24)](https://github.com/kdeldycke/workflows/compare/v3.2.0...v3.2.1) - Add label to awesome template sync PR.