Skip to content

Commit

Permalink
Add emoji label to awesome template sync PR
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Feb 26, 2024
1 parent c43fcfc commit 4b8aa3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -378,14 +378,12 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.1
- uses: AndreasAugustin/actions-template-sync@v1.6.0
- uses: AndreasAugustin/actions-template-sync@v1.6.2
with:
# We need custom PAT with workflows permissions so we can update all the boilerplate .github files from
# awesome-template.
github_token: ${{ secrets.WORKFLOW_UPDATE_GITHUB_PAT || secrets.GITHUB_TOKEN }}
source_repo_path: kdeldycke/awesome-template
pr_title: "[sync] Template"
pr_commit_msg: "[sync] Template"
# XXX There's an issue with emoji labels, see:
# https://github.com/AndreasAugustin/actions-template-sync/issues/461
# pr_labels: "📚 documentation"
pr_labels: "📚 documentation"
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ This version is not released yet and is under active development.
- Move all `*-requirements.txt` files to `requirements` subfolder.
- Remove generation of Pip's `--requirement` parameters in metadata script.
- Reuse `requirements.txt` root file to install dependencies in `mypy-lint` job.
- Add emoji label to awesome template sync PR.

## [3.2.4 (2024-02-24)](https://github.com/kdeldycke/workflows/compare/v3.2.3...v3.2.4)

Expand Down

0 comments on commit 4b8aa3c

Please sign in to comment.