Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
k-nasa committed Apr 11, 2022
1 parent 1aad5d9 commit e5eabe4
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,23 @@ Issue Description tasks and issue link analysis will be added in the future.
Adding the following workflow will analyze the issue every minute and comment on the diagram. (This is an example of parsing an issue labeled "root".)

```yml
name: Comment gid
name: Comment issue dependencies

on:
schedule:
- cron: '* * * * *'
workflow_dispatch:
issues:
types: [
opened,
edited,
deleted,
closed,
reopened,
labeled,
]

jobs:
grasp_issue:
runs-on: macOS-latest
runs-on: ubuntu-latest
name: Grasp issue dependencies
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e5eabe4

Please sign in to comment.