Skip to content

Commit

Permalink
Updating GH workflows permissions and issues to labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaspadilha committed Feb 9, 2024
1 parent d11af4d commit 8f6fb59
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ body:
- Feature request
- Documentation
- FarmVibes.AI setup
- Management script
- Notebook
- Workflow
- Local cluster
Expand Down
4 changes: 4 additions & 0 deletions .github/advanced-issue-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f6fb59

Please sign in to comment.