woocommerce / grow

7 stars 7 forks source link

Add a new workflow to GitHub Actions for deleting the test build of Custom GitHub actions #93

Closed eason9487 closed 8 months ago

eason9487 commented 9 months ago

Changes proposed in this Pull Request:

After adding the test build of Custom GitHub actions by #92, it occurred to me that it might be possible to automate it some more. Therefore, this PR adds a new workflow to GitHub Actions of this repo for deleting the test build of Custom GitHub actions.

Screenshots:

https://github.com/woocommerce/grow/assets/17420811/1663afc5-10c6-4e5a-b5cd-beb1368ff3bb

Detailed test instructions:

💡 Since it's unable to actually test this PR before merging it into trunk, I verified its results in my forked repo and the https://github.com/eason9487/grow/commit/7c2c739e23ee45e941ce7f2eab386683b68a87b9 commit.

  1. View the workflow run to observe the deletion of a test build created from demo-auto-deletion: https://github.com/eason9487/grow/actions/runs/7045267800
  2. Read the Create a test build section in README to determine if it's clear and easy to understand.