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

Change autoapprove to use workflow_dispatch #4207

Merged
merged 3 commits into from
May 18, 2023

Commits on May 18, 2023

  1. autoapprove use workflow_dispatch (#20)

    Upgrade to pascalgn/automerge-action to v0.15.6
    - Why:
      - Comparison of changes [shows](pascalgn/automerge-action@135f0bd...v0.15.6#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R212) (check changes in README.md) that in the latest version of the action you can set the PULL_REQUEST
      - Also, we are leveraging "workflow_dispatch" so we need the latest version because it [supports the event](pascalgn/automerge-action@135f0bd...v0.15.6#diff-3814d8caba69e5fdf3b23eed56ec7d708b8ede5aed6d686ac579421877938ec7R107) (check changes in lib/api.js)
    
    Switch automerge yml to listen for workflow_dispatch.
    - Now what happens:
      - Test Workflow -> Auto approve -> Auto merge
    
    Other changes:
    - Other clarifications on permissions
    - Use download artifact instead of script to download artifact
    jcscottiii committed May 18, 2023
    Configuration menu
    Copy the full SHA
    7bfdfe0 View commit details
    Browse the repository at this point in the history
  2. test

    jcscottiii authored and github-actions[bot] committed May 18, 2023
    Configuration menu
    Copy the full SHA
    0341fdc View commit details
    Browse the repository at this point in the history
  3. revert

    jcscottiii authored and github-actions[bot] committed May 18, 2023
    Configuration menu
    Copy the full SHA
    ac91c94 View commit details
    Browse the repository at this point in the history