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

Feature/add static web workflows #2

Open
wants to merge 45 commits into
base: main
Choose a base branch
from

Conversation

steplixleandro
Copy link

No description provided.

${{ github.event.pull_request.title }}

on:
pull_request_target:
Copy link
Contributor

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

Copy link
Author

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:
Copy link
Contributor

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:
Copy link
Contributor

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

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.

3 participants