From f8c05496b34724fed98333a3ef78ae16ad48e3cd Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Sat, 24 Feb 2024 19:49:47 +0400 Subject: [PATCH] Try workaround actions-template-sync labels. Refs: https://github.com/AndreasAugustin/actions-template-sync/issues/461 --- .github/workflows/docs.yaml | 3 ++- changelog.md | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) 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.