Skip to content

Commit

Permalink
Merge pull request #300 from atsign-foundation/cpswan-autobug
Browse files Browse the repository at this point in the history
  • Loading branch information
gkc authored Jul 25, 2023
2 parents c3e8a56 + 38fe2e2 commit 1641b8d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/autobug.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Auto Assign Issues to Triage column in Sprint Planning Project Board

on:
issues:
types: [opened]

permissions: # added using https://github.com/step-security/secure-workflows
contents: read

jobs:
issue_opened:
name: issue_opened
runs-on: ubuntu-latest
steps:
- name: 'Move issue to "Triage"'
uses: leonsteinhaeuser/project-beta-automations@d1c1261558118c0876fdb2b57a649303925e5a70 # v2.1.0
with:
gh_token: ${{ secrets.MY_GITHUB_TOKEN }}
organization: atsign-foundation
project_id: 8
resource_node_id: ${{ github.event.issue.node_id }}
status_value: "Triage"

0 comments on commit 1641b8d

Please sign in to comment.