diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 5865b988..3ae9a28d 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -13,6 +13,7 @@ body: label: In which step did you encounter the bug? options: - FarmVibes.AI setup + - Management script - Workflow execution - Notebook execution - Documentation diff --git a/.github/ISSUE_TEMPLATE/info.yml b/.github/ISSUE_TEMPLATE/info.yml index 076e33b8..3502c0f2 100644 --- a/.github/ISSUE_TEMPLATE/info.yml +++ b/.github/ISSUE_TEMPLATE/info.yml @@ -17,6 +17,7 @@ body: - Feature request - Documentation - FarmVibes.AI setup + - Management script - Notebook - Workflow - Local cluster diff --git a/.github/advanced-issue-labeler.yml b/.github/advanced-issue-labeler.yml index 151fa1d2..492200de 100644 --- a/.github/advanced-issue-labeler.yml +++ b/.github/advanced-issue-labeler.yml @@ -8,6 +8,8 @@ policy: keys: ['Documentation'] - name: 'FarmVibes.AI setup' keys: ['FarmVibes.AI setup'] + - name: 'management script' + keys: ['Management script'] - name: 'notebooks' keys: ['Notebook execution'] - name: 'workflows' @@ -23,6 +25,8 @@ policy: label: - name: 'enhancement' keys: ['Feature request'] + - name: 'management script' + keys: ['Management script'] - name: 'documentation' keys: ['Documentation'] - name: 'FarmVibes.AI setup' diff --git a/.github/workflows/doc-build.yml b/.github/workflows/doc-build.yml index fa99b6dd..722cd67b 100644 --- a/.github/workflows/doc-build.yml +++ b/.github/workflows/doc-build.yml @@ -11,6 +11,9 @@ jobs: if: github.event.pull_request.merged == true || contains(fromJSON('["workflow_dispatch"]'), github.event_name) name: Build documentation runs-on: ubuntu-latest + permissions: + contents: write + pages: write steps: - name: Checkout uses: actions/checkout@v3