-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/add static web workflows #2
base: main
Are you sure you want to change the base?
Conversation
…cd-steplix into feature/addStaticWebWorkflows
${{ github.event.pull_request.title }} | ||
|
||
on: | ||
pull_request_target: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lean aca lo haria con un on push
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Es en el close del PR porque obtengo el nro de versión a incrementar desde el título del merge request
EJ:
is TAG VERSION INCREMENT: PUSHING testing INTO master
(https://github.com/steplix/steplix-website/pull/102)
pr_title: ${{ inputs.PR_TITLE }} | ||
- run: echo "PR GENERATED SUCCESSFULLY" | ||
|
||
notify: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Notificaria cuando ocurra un error por un lado y cuando se realize el PR por otro. Cuando sea error usaria el template push y cuando se crea el PR, usaria el template de PR.
pr_title: ${{ inputs.PR_TITLE }} | ||
- run: echo "PR GENERATED SUCCESSFULLY" | ||
|
||
notify: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No notificaria errores en develop
No description provided.