Skip to content

Commit

Permalink
Update docs request template to request that people add docs issues t… (
Browse files Browse the repository at this point in the history
#3606)

* Update docs request template to request that people add docs issues to the docs project.

* Use auto assign scripts to assign docs issues and PRs to project.

* Run gradle format

Co-authored-by: Abhi Vaidyanatha <abhivaidyanatha@Abhis-MacBook-Pro.local>
  • Loading branch information
avaidyanatha and Abhi Vaidyanatha committed Jun 1, 2021
1 parent 4b3e345 commit f2fa59f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ labels: type/enhancement, area/documentation
assignees: ''

---
### Tell us about the documentation you'd like us to add or update.
It can be as pedantic as a typo or as titanic as an entire tutorial request.

## Tell us about the documentation you'd like us to add or update

## Are there any related areas of documentation that currently exist? Could you point to them?
### If applicable, add links to the relevant docs that should be updated
- [Link to relevant docs page](https://docs.airbyte.io)
8 changes: 8 additions & 0 deletions .github/workflows/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,11 @@ jobs:
with:
project: "https://github.com/airbytehq/airbyte/projects/1"
column_name: "Backlog"
- name: Assign documentation issues to the Documentation Roadmap project
uses: srggrs/assign-one-project-github-action@1.2.0
if: |
contains(github.event.issue.labels.*.name, 'area/documentation') ||
contains(github.event.pull_request.labels.*.name, 'area/documentation')
with:
project: "https://github.com/airbytehq/airbyte/projects/4"
column_name: "Needs Triage"

0 comments on commit f2fa59f

Please sign in to comment.