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

fix link in fallback page #1335

Closed
wants to merge 1 commit into from
Closed

fix link in fallback page #1335

wants to merge 1 commit into from

Conversation

amn41
Copy link
Contributor

@amn41 amn41 commented Aug 23, 2018

Proposed changes:

  • ...

Status (please check what you already did):

  • made PR ready for code review
  • added some tests for the functionality
  • updated the documentation
  • updated the changelog

@amn41
Copy link
Contributor Author

amn41 commented Aug 24, 2018

closing in favour of #1337

@amn41 amn41 closed this Aug 24, 2018
@tmbo tmbo deleted the fix_docs_link branch October 27, 2018 15:36
taytzehao pushed a commit to taytzehao/rasa that referenced this pull request Jul 14, 2023
…asaHQ#1335)

* fix: show workflow info even if on.push is not defined (RasaHQ#1329)

To fix listing of workflows in such cases list/graph filtering was split with planning.

Now act supports one of the following list (-l)/graph (-g) cases:
* show all jobs of loaded workflows: act -l
* show specific job JOBNAME: act -l -j JOBNAME
* show jobs of loaded workflows in which event EVENTNAME is set up: act -l EVENTNAME
* show jobs of loaded workflows in which first defined workflow event is set up: act -l --detect-event

For planning it supports:
* running specific job JOBNAME with triggered event determined from:
** CLI argument: act -j JOBNAME EVENTNAME
** first defined in loaded workflows event: act -j  JOBNAME --detect-event
** only defined in loaded workflows event: act -j JOBNAME
** push event by default: act -j JOBNAME

*  running jobs of loaded workflows in which event is set up, event is determined from:
** CLI argument: act EVENTNAME
** first defined in loaded workflows event: act --detect-event
** only defined in loaded workflows event: act
** push event by default: act

Except RasaHQ#1329 this PR fixes RasaHQ#1332, RasaHQ#1318

* Update docs/help
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.

None yet

1 participant