Compare commits

...

2 Commits
#295 ... main

Author SHA1 Message Date
Eric Turgeon 670702b683
Update issue automation labels and statuses 2026-01-14 22:52:46 -04:00
Eric Turgeon e12ccbf6e4
Merge pull request #296 from ghostbsd/#295
Fixed issue #295 and updated some desktop, version and added type
2025-09-24 21:21:47 -03:00
1 changed files with 4 additions and 4 deletions

View File

@ -12,8 +12,8 @@ on:
# map fields with customized labels # map fields with customized labels
env: env:
new: New to_triage: To Triage
todo: Todo ready: Ready
done: Done done: Done
in_progress: In Progress in_progress: In Progress
in_review: In Review in_review: In Review
@ -30,14 +30,14 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.event_name == 'issues' && github.event.action == 'opened' if: github.event_name == 'issues' && github.event.action == 'opened'
steps: steps:
- name: Move issue to ${{ env.new }} - name: Move issue to ${{ env.to_triage }}
uses: leonsteinhaeuser/project-beta-automations@v2.1.0 uses: leonsteinhaeuser/project-beta-automations@v2.1.0
with: with:
gh_token: ${{ secrets.MY_GITHUB_TOKEN }} gh_token: ${{ secrets.MY_GITHUB_TOKEN }}
organization: ghostbsd organization: ghostbsd
project_id: 4 project_id: 4
resource_node_id: ${{ github.event.issue.node_id }} resource_node_id: ${{ github.event.issue.node_id }}
status_value: ${{ env.new }} status_value: ${{ env.to_triage }}
env: env:
DEBUG: true DEBUG: true