We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32bc83a commit 06021deCopy full SHA for 06021de
.github/workflows/tests.yml
@@ -42,7 +42,7 @@ jobs:
42
fetch-depth: 0
43
44
- name: Prepare release
45
- uses: labd/changie-release-action@v0.3.2
+ uses: labd/changie-release-action@v0.4.0
46
with:
47
github-token: ${{ secrets.GITHUB_TOKEN }}
48
.github/workflows/triage.yaml
@@ -18,7 +18,7 @@ jobs:
18
private-key: ${{ secrets.RD_APP_PRIVATE_KEY }}
19
installation-id: ${{ secrets.RD_APP_INSTALLATION_ID }}
20
- name: set to project board
21
- uses: actions/add-to-project@v0.5.0
+ uses: actions/add-to-project@v1.0.2
22
23
project-url: https://github.com/orgs/labd/projects/3
24
github-token: ${{ steps.get-app-token.outputs.app-token }}
0 commit comments