From 3a6b40397f9e3d36c87c11c6c8a3e435c7b0a094 Mon Sep 17 00:00:00 2001 From: Lei Yang Date: Mon, 9 Oct 2023 14:33:41 +0800 Subject: [PATCH] [CI] Remove find-comments helper (#146) --- .github/workflows/find-comments.yml | 18 ------------------ .github/workflows/find-issues.yml | 2 +- README.md | 1 + 3 files changed, 2 insertions(+), 19 deletions(-) delete mode 100644 .github/workflows/find-comments.yml diff --git a/.github/workflows/find-comments.yml b/.github/workflows/find-comments.yml deleted file mode 100644 index 15b55e9b..00000000 --- a/.github/workflows/find-comments.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Find Comments - -on: - schedule: - - cron: "0 0 */2 * *" - -jobs: - check-comments: - runs-on: ubuntu-latest - steps: - - name: Find comments - uses: actions-cool/issues-helper@v2.2.1 - with: - actions: 'find-comments' - token: ${{ secrets.GITHUB_TOKEN }} - issue-number: 'true' - comment-auth: 'true' - body-includes: 'true' diff --git a/.github/workflows/find-issues.yml b/.github/workflows/find-issues.yml index e18c9fcd..4eb36b36 100644 --- a/.github/workflows/find-issues.yml +++ b/.github/workflows/find-issues.yml @@ -5,7 +5,7 @@ on: - cron: "0 0 */2 * *" jobs: - check-comments: + find-issues: runs-on: ubuntu-latest steps: - name: Find issues diff --git a/README.md b/README.md index 0d5c6ac0..f87a4ff5 100644 --- a/README.md +++ b/README.md @@ -133,3 +133,4 @@ We wish that the toolbox and benchmark could serve the growing research communit - [XRMoCap](https://github.com/openxrlab/xrmocap): OpenXRLab Multi-view Motion Capture Toolbox and Benchmark. - [XRMoGen](https://github.com/openxrlab/xrmogen): OpenXRLab Human Motion Generation Toolbox and Benchmark. - [XRNeRF](https://github.com/openxrlab/xrnerf): OpenXRLab Neural Radiance Field (NeRF) Toolbox and Benchmark. +- [XRFeitoria](https://github.com/openxrlab/xrfeitoria): OpenXRLab Synthetic Data Rendering Toolbox.