Skip to content

Commit

Permalink
Docs update owner (#1935)
Browse files Browse the repository at this point in the history
* update onwers

* update pr template and workflow

* update owner scheduler

* fix lint
  • Loading branch information
zengyh1900 authored Jul 12, 2023
1 parent c089bec commit 71d4195
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
16 changes: 9 additions & 7 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,17 @@ If this PR introduces a new feature, it is better to list some use cases here, a

## Checklist

Submitting this pull request means that,

**Before PR**:

- [ ] I have read and followed the workflow indicated in the [CONTRIBUTING.md](https://github.com/open-mmlab/mmagic/blob/main/.github/CONTRIBUTING.md) to create this PR.
- [ ] Pre-commit or linting tools indicated in [CONTRIBUTING.md](https://github.com/open-mmlab/mmagic/blob/main/.github/CONTRIBUTING.md) are used to fix the potential lint issues.
- [ ] Bug fixes are covered by unit tests, the case that causes the bug should be added in the unit tests.
- [ ] New functionalities are covered by complete unit tests. If not, please add more unit test to ensure the correctness.
- [ ] The documentation has been modified accordingly, including docstring or example tutorials.
- [x] I have read and followed the workflow indicated in the [CONTRIBUTING.md](https://github.com/open-mmlab/mmagic/blob/main/.github/CONTRIBUTING.md) to create this PR.
- [x] Pre-commit or linting tools indicated in [CONTRIBUTING.md](https://github.com/open-mmlab/mmagic/blob/main/.github/CONTRIBUTING.md) are used to fix the potential lint issues.
- [x] Bug fixes are covered by unit tests, the case that causes the bug should be added in the unit tests.
- [x] New functionalities are covered by complete unit tests. If not, please add more unit test to ensure the correctness.
- [x] The documentation has been modified accordingly, including docstring or example tutorials.

**After PR**:

- [ ] If the modification has potential influence on downstream or other related projects, this PR should be tested with some of those projects.
- [ ] CLA has been signed and all committers have signed the CLA in this PR.
- [x] If the modification has potential influence on downstream or other related projects, this PR should be tested with some of those projects.
- [x] CLA has been signed and all committers have signed the CLA in this PR.
3 changes: 3 additions & 0 deletions .github/workflows/merge_stage_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- 'README.md'
- 'README_zh-CN.md'
- 'docs/**'
- '.owners.yml'
- '.github/ISSUE_TEMPLATE/**'
- '.github/*.md'
- '.dev_scripts/**'
- '.circleci/**'
- 'configs/**'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pr_stage_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
paths-ignore:
- 'README.md'
- 'README_zh-CN.md'
- '.owners.yml'
- '.github/ISSUE_TEMPLATE/**'
- '.github/*.md'
- 'docs/**'
- 'projects/**'
- '.dev_scripts/**'
Expand Down
2 changes: 1 addition & 1 deletion .owners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ assign:
'*/1 * * * *'
# assignees
assignees:
- zengyh1900
- zengyh1900
- LeoXing1996
- liuwenran
- LeoXing1996
- liuwenran
- zengyh1900
- zengyh1900

0 comments on commit 71d4195

Please sign in to comment.