Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

github: new createIssue, getContent, getPrCommitList actions #78

Merged
merged 1 commit into from
Mar 14, 2022

Conversation

brig
Copy link
Contributor

@brig brig commented Feb 10, 2022

- task: "github"
   in:
      action: "getPrCommitList"
      apiUrl: "https://api.github.com/"
      accessToken: "XXXX"
      org: "brig"
      repo: "concord-triggers-test"
      prId: 1
    out: result
  - task: "github"
    in:
      action: "getContent"
      apiUrl: "https://api.github.com/"
      accessToken: "XXXX"
      org: "brig"
      repo: "concord-triggers-test"
      ref: "e001ce2795d72e367b7c55614dcfdc1aa8d4a8ab"
      path: "concord.yml"
    out: result
    - task: "github"
      in:
        action: "createIssue"
        apiUrl: "https://api.github.com/"
        accessToken: "XXXX"
        org: "brig"
        repo: "concord-triggers-test"
        title: "From Concord"
        body: "Some body"
        assignee: brig
        labels:
          - work in progress
          - one
      out: result

@brig brig added the need docs Documentation required label Feb 10, 2022
@brig brig requested a review from a team February 10, 2022 16:31
@brig brig merged commit 58d524b into master Mar 14, 2022
@brig brig deleted the github-more-actions-1 branch March 14, 2022 19:16
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
need docs Documentation required
Development

Successfully merging this pull request may close these issues.

2 participants