Skip to content

Add outputs for this github action #47

@ajax-mykhailo-oleksiuk

Description

@ajax-mykhailo-oleksiuk

Actual:

  • There is no any output for this action

Expected:

  • It would be great to return list of marked stale and deleted branches with authors.
  • As a result, I will be able to post this list on some messenger, for example.

Just an example of output:

{
  "stale_branches": [
    {
      "name": "stale-branch-1",
      "author": "benny"
    },
    {
      "name": "stale-branch-2",
      "author": "anna"
    }
  ],
  "delete_branches": [
    {
      "name": "deleted-branch-1",
      "author": "tonny"
    },
    {
      "name": "deleted-branch-2",
      "author": "benny"
    }
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions