deno.land / x / at_test@v8.1.0 / .github / workflows / release-drafter.yml

release-drafter.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
on: push: branches: - main pull_request: types: [opened, reopened, synchronize]
jobs: update_release_draft: runs-on: ubuntu-latest steps: - name: checkout uses: actions/checkout@v2 - name: actions-ecosystem/action-get-merged-pull-request uses: actions-ecosystem/action-get-merged-pull-request@v1 id: get-merged-pull-request with: github_token: ${{ secrets.GITHUB_TOKEN }}
- name: release-drafter/release-drafter # label が x.x.o する # label が x.x.x しない # label が x.x.x, x.x.o する # label が 空 しない
if: steps.get-merged-pull-request.outputs.labels != 'x.x.x' && steps.get-merged-pull-request.outputs.labels != '' uses: release-drafter/release-drafter@v5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
at_test

Version Info

Tagged at
a year ago