-
Notifications
You must be signed in to change notification settings - Fork 4
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
git - Add Action - add on_poll action #18
base: next
Are you sure you want to change the base?
Conversation
Thank you for your submission! We have a total of 20 PRs open right now, and we are working hard on all of them! We will take a look as soon as we can. |
@asur1on Static Tests results for commit a5e8b60 - https://drive.google.com/file/d/1LvnrKJl6xCeUhvlQ4cR8DDSriKzfqPYu/view?usp=drivesdk |
@asur1on Compile Tests results for commit a5e8b60 - https://drive.google.com/file/d/1AVQqlB34BUtXa-horoOK-Llh30mYkpv5/view?usp=drivesdk |
Add release notes. Bugfix: for getting an optional parameter, use get() function.
@github-actions[bot] Static Tests results for commit ea54a30 - https://drive.google.com/file/d/1rmO2-BdMtieaPAPiWvkk0BUrO4lFExPN/view?usp=drivesdk |
@github-actions[bot] Compile Tests results for commit ea54a30 - https://drive.google.com/file/d/1_jABz8xQT5h8qwTrPu2Q8zfcqX75-7oE/view?usp=drivesdk |
@github-actions[bot] Static Tests results for commit c8b799c - https://drive.google.com/file/d/1istWYoaC_ZYkyP6DTD_0Z1HrMlf-LsgZ/view?usp=drivesdk |
@github-actions[bot] Compile Tests results for commit c8b799c - https://drive.google.com/file/d/1dbYbm5snVpj22_fF1zXC2HUQU0QOUVWx/view?usp=drivesdk |
@mmomin-crest Static Tests results for commit 436b480 - https://drive.google.com/file/d/1eTjLq1HcyEEH2Mdoz8zZ4aGny4FtxGwd/view?usp=drivesdk |
@mmomin-crest Compile Tests results for commit 436b480 - https://drive.google.com/file/d/1it4x1yYafIuBvRGY3t-FBtB8QdCX5a2P/view?usp=drivesdk |
@mmomin-crest Static Tests results for commit ddb8f82 - https://drive.google.com/file/d/1VA_20yjZCAPpcssTMDxrRc-A3eLIvU4K/view?usp=drivesdk |
@mmomin-crest Compile Tests results for commit ddb8f82 - https://drive.google.com/file/d/14FeZUnHgv92fInmDkCvEoSpfpNdcKzCR/view?usp=drivesdk |
Please ensure your pull request (PR) adheres to the following guidelines:
Pull Request Checklist
Please check if your PR fulfills the following requirements:
<App Name>: <PR Type> - <PR Description>
next
branch of the forked repo. Create separate feature branch for raising the PR.Pull Request Type
Please check the type of change your PR introduces:
Security Considerations (REQUIRED)
please document them in the
manual_readme_content.md
.manual_readme_content.md
all methods (eg, OAuth) used to authenticatewith the service that the connector is integrating with.
manual_readme_content.md
.the Vault API.
nosemgrep
?If yes, please provide justification in an additional comment next to the ignored code.
Release Notes (REQUIRED)
Created subset functions __git_pull, __git_status, and __git_clone for use in an on_poll action. on_poll will make use of the branch and repo configured in an asset config to regularly check for new updates on the branch
What is the current behavior? (OPTIONAL)
What is the new behavior? (OPTIONAL)
add on_poll behavior
Other information (OPTIONAL)
Pay close attention to (OPTIONAL)
Screenshots (if relevant)
Thanks for contributing!