Skip to content

Commit d4247b4

Browse files
authored
🔀 Merge pull request Lissy93#1481 from Lissy93/FEAT/2.1.2_dependency-updates-n-fixes
[FEAT] Version 2.1.2 (+dependency updates, bug fixes)
2 parents fcd502f + 02db1db commit d4247b4

37 files changed

+2351
-3385
lines changed

‎.github/workflows/apply-done-label.yml

-13
This file was deleted.

‎.github/workflows/assign-reviewer.yml

-15
This file was deleted.

‎.github/workflows/auto-tag-pr.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
tag-pre-release:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write
1113
outputs:
1214
tag: ${{ steps.autotag.outputs.tagname }}
1315
steps:
@@ -25,8 +27,9 @@ jobs:
2527
steps:
2628
- uses: actions/checkout@v2
2729
- uses: ncipollo/release-action@v1
30+
env:
31+
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
2832
with:
29-
token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
3033
tag: ${{ needs.tag-pre-release.outputs.tag }}
3134
bodyFile: ".github/LATEST_CHANGELOG.md"
3235
mark-issue-fixed:

‎.github/workflows/build-app.yml

-25
This file was deleted.

‎.github/workflows/cache-artifacts.yml

-13
This file was deleted.

‎.github/workflows/check-duplicate-issues.yml

-22
This file was deleted.

‎.github/workflows/code-linter.yml

-20
This file was deleted.

‎.github/workflows/code-spell-check.yml

-30
This file was deleted.

‎.github/workflows/docs-link-checker.yml

-33
This file was deleted.

‎.github/workflows/issue-translator.yml

-18
This file was deleted.

‎.github/workflows/label-sponsors.yml

-16
This file was deleted.

‎.github/workflows/label-top-issues.yml

-18
This file was deleted.

‎.github/workflows/mind-your-language.yml

-20
This file was deleted.

‎.github/workflows/pr-commenter.yml

-13
This file was deleted.

‎.github/workflows/pr-labler.yml

-12
This file was deleted.

‎.github/workflows/raise-issue-from-todo.yml

-13
This file was deleted.

0 commit comments

Comments
 (0)