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