Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating GH workflows permissions and issues to labeler #148

Merged
merged 1 commit into from
Feb 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading