Skip to content

How to debug Lambda functions(JAVA) with IntelliJ IDEA? #898

How to debug Lambda functions(JAVA) with IntelliJ IDEA?

How to debug Lambda functions(JAVA) with IntelliJ IDEA? #898

Workflow file for this run

name: Assign New Issues to Project
on:
issues:
types: [opened, reopened]
jobs:
issue_opened_or_reopened:
name: issue_opened_or_reopened
runs-on: ubuntu-latest
if: github.event_name == 'issues' && (github.event.action == 'opened' || github.event.action == 'reopened')
steps:
- name: Move issue to project
uses: leonsteinhaeuser/[email protected]
with:
gh_token: ${{ secrets.FWANG_ASSIGN_ISSUES_TO_PROJECT_TOKEN }}
organization: sst
project_id: 1
resource_node_id: ${{ github.event.issue.node_id }}
status_value: Triage