Skip to content

Commit

Permalink
chore: documentation workflow updates (#2956)
Browse files Browse the repository at this point in the history
* chore(ci): use new label name when adding issue to docs board

* chore(ci): remove type:documentation auto labeller

* chore: update PR checklist
  • Loading branch information
mkurapov authored Sep 10, 2024
1 parent 73db09d commit fe5380a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@
- changed-files:
- any-glob-to-any-file: '.github/**/*'

'type: documentation':
- changed-files:
- any-glob-to-any-file: 'packages/documentation/**/*.md*'

'type: source':
- changed-files:
- any-glob-to-any-file: ['packages/backend/src/**/*', 'packages/frontend/src/**/*', 'packages/auth/src/**/*']
Expand Down
5 changes: 3 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Checklist items become clickable check boxes once the pull request is created. T

- [ ] Related issues linked using `fixes #number`
- [ ] Tests added/updated
- [ ] Documentation added
- [ ] Make sure that all checks pass
- [ ] Bruno collection updated
- [ ] Bruno collection updated (if necessary)
- [ ] Documentation issue created with `user-docs` label (if necessary)
- [ ] OpenAPI specs updated (if necessary)
2 changes: 1 addition & 1 deletion .github/workflows/add_to_docs_board.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
add-to-project:
if: github.event.label.name == 'docs'
if: github.event.label.name == 'user-docs'
name: Add issue to project
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit fe5380a

Please sign in to comment.