Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Allow workflow filenames, not just workflow IDs #39

Merged
merged 2 commits into from
Oct 24, 2020
Merged

Commits on Oct 19, 2020

  1. Support filename based workflow_ids

    Github supports passing the workflow filenames instead of workflow ids.
    Unfortunately, octokit's typescript bindings dont support this, so we
    need to ignore one line.
    
    Pull Request Branch: palasha/support_filename_based_workflow_ids
    Pull Request Link: #1
    Palash Agarwal committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    9aa9fbc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from palasha/palasha/support_filename_based_wor…

    …kflow_ids
    
    Support filename based workflow_ids
    palasha committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    7b72e4e View commit details
    Browse the repository at this point in the history