#github-actions (2019-11)
Discussions related to GitHub Actions
2019-11-07
@Erik Osterman (Cloud Posse) has joined the channel
set the channel description: Discussions related to GitHub Actions
I’m having this problem: https://github.community/t5/GitHub-Actions/GitHub-Actions-Not-Run-on-PR-Generated-by-GitHub-Actions/td-p/37482
I’ve found a dozen or more posts talking about GitHub Actions not running on forks or other kinds of PRs. That’s not my problem. TL;DR: PR created by github-actions bot does not trigger PR workflows. PR created by a human does trigger PR workflows. 1) I have an auto-update workflow//git>…
GitHub Actions For Terraform. Contribute to hashicorp/terraform-github-actions development by creating an account on GitHub.
so you can just copy this action and replce :
jobs:
example:
name: 'Terraform Actions'
runs-on: self-hosted
steps:
and it should work
GitHub Actions For Terraform. Contribute to hashicorp/terraform-github-actions development by creating an account on GitHub.
@jose.amengual has joined the channel
@Taylor has joined the channel
@Andriy Knysh (Cloud Posse) has joined the channel
@ismail has joined the channel
2019-11-08
@aaratn has joined the channel
@roth.andy has joined the channel
@Pablo Costa has joined the channel
2019-11-10
@Steven has joined the channel
@michal.matyjek https://github.com/actions/create-release/pull/11
Fixes #4 This adds the ability to include the body parameter when creating the release. - name: Checkout code uses: actions/checkout@master - name: Create Release id: create_release uses: act…
@michal.matyjek has joined the channel
This is cool. This PR will allow for release notes to also be added via PR.
Did you end up implementing anything?
no, we just settled on very simple approach with releasing from release branch without declaring a release
2019-11-11
A curated list of awesome actions to use on GitHub - sdras/awesome-actions
2019-11-12
@rintaro.okamura has joined the channel
@James Woolfenden has joined the channel
2019-11-15
@curious deviant has joined the channel
2019-11-19
alas, no build system is impervious to outages
Welcome to GitHub’s home for real-time and historical data on system performance.
I gave them a shot, but I’ve already moved on. After finding out that they don’t allow you to run container steps as non-root I lost interest.
2019-11-20
@Pierre Humberdroz has joined the channel
Has someone found a clean way to do approval steps with github actions for promoting releases for example?
Just riffing here, I think somethingn with slack would be nice
slack supports buttons, but not sure how to get those click actions back into git.
there is this which is supported by github actions
@mohamed.naseer has joined the channel
in the diagram 3rd party can be a github action AFAIK.
@Adam Blackwell has joined the channel
@Vucomir Ianculov has joined the channel
@Alex Siegman has joined the channel
2019-11-21
@Sven Lito has joined the channel