Skip to content

Commit

Permalink
ci: add remove-old-pr-docs
Browse files Browse the repository at this point in the history
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
  • Loading branch information
Kenji Miyake committed Dec 1, 2021
1 parent 7404d13 commit 08dd814
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/remove-old-pr-docs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: remove-old-pr-docs

on:
pull_request_target:
types:
- closed

jobs:
get-docs-version-name:
uses: autowarefoundation/autoware-github-actions/.github/workflows/reusable-get-docs-version-name.yaml@tier4/proposal

remove-old-pr-docs:
uses: autowarefoundation/autoware-github-actions/.github/workflows/reusable-remove-docs.yaml@tier4/proposal
needs: get-docs-version-name
with:
script-ref: tier4/proposal
mkdocs-yaml: mkdocs.yaml
version-name: ${{ needs.get-docs-version-name.outputs.version-name }}
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 08dd814

Please sign in to comment.