diff --git a/.github/workflows/find-comments.yml b/.github/workflows/find-comments.yml deleted file mode 100644 index 15b55e9..0000000 --- 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 e18c9fc..4eb36b3 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 0d5c6ac..f87a4ff 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.