Skip to content

Commit

Permalink
ci: fix remove-docs workflow (autowarefoundation#159)
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 authored Dec 10, 2021
1 parent dd4f45d commit 03be880
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 20 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/delete-closed-pr-docs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: delete-closed-pr-docs

on:
schedule:
- cron: "0 19 * * 0" # run at 4 AM JST on Sundays
workflow_dispatch:

jobs:
delete-closed-pr-docs:
runs-on: ubuntu-latest
steps:
- name: Delete closed PR docs
uses: autowarefoundation/autoware-github-actions/delete-closed-pr-docs@tier4/proposal
with:
token: ${{ secrets.GITHUB_TOKEN }}
20 changes: 0 additions & 20 deletions .github/workflows/remove-old-pr-docs.yaml

This file was deleted.

0 comments on commit 03be880

Please sign in to comment.