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

Adding automatic PR creation for generated README.md & installers.toml #69

Merged
merged 13 commits into from
Aug 10, 2020

Conversation

Heshdude
Copy link
Collaborator

@Heshdude Heshdude commented Aug 8, 2020

With this PR, the Continuous Delivery part of the installers completes. Now when a someone creates a PR with a new installer.toml file for a tool and gets it merged, the GitHub Actions will generate the installer.sh, installer.min.sh then updates the README.md and installers.toml with a summary.

Sample PR from someone: Heshdude#43 ( only installer.toml file )
Auto generated PR: Heshdude#44 ( installer.sh, installer.min.sh, README.md and installers.toml )

@Heshdude Heshdude force-pushed the improving-automation branch from 5502849 to 880fe52 Compare August 9, 2020 03:57
run: |
pip install toml pytablewriter
python generate.py ${{ env.GIT_DIFF }}
docker build -t shellspec .
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's move this Docker image to GitHub Packages and put up a GitHub Action to build it and push. We can simply pull the image here.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's take this into this week #59

Copy link

@rehrumesh rehrumesh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copy link

@tdevinda tdevinda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks ok to me.

@agentmilindu agentmilindu merged commit dbaf9f4 into leopardslab:master Aug 10, 2020
agentmilindu added a commit that referenced this pull request Aug 10, 2020
…rs-toml-69

Update installer scripts, README.md & installers.toml for #69
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.

4 participants