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

🛠️ TEST DAT-18995: comment code to test if PR gets created on a dryRun #347

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

sayaliM0412
Copy link
Contributor

@sayaliM0412 sayaliM0412 commented Nov 13, 2024

This pull request involves significant changes to the .github/workflows/create-release.yml file, mostly commenting out existing steps and adding a new step to print the dryRun value. Here are the most important changes:

NEEDED to TEST dryRun:

  • Due to this piece of code HERE , there is no way of sending ref branch in createDispatchEvent as it always triggers the workflow on the default branch of the repository (https://octokit.github.io/rest.js/v21/) . Therefore, I am planning to comment the docker piece of code in main branch of docker like shown in the snippet for a quick test.

New Steps:

  • Added a new step to print the dryRun value.

NOTE: this PR will be reverted after testing is done

@sayaliM0412 sayaliM0412 merged commit b8d3812 into main Nov 14, 2024
6 of 11 checks passed
sayaliM0412 added a commit that referenced this pull request Nov 14, 2024
sayaliM0412 added a commit that referenced this pull request Nov 15, 2024
@jnewton03 jnewton03 deleted the test/DAT-18995 branch December 3, 2024 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants