#github-actions (2019-11)

Discussions related to GitHub Actions

2019-11-07

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)
02:56:42 AM

@Erik Osterman (Cloud Posse) has joined the channel

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)
GitHub Actions Not Run on PR Generated by GitHub Actions

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>…

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)
hashicorp/terraform-github-actions

GitHub Actions For Terraform. Contribute to hashicorp/terraform-github-actions development by creating an account on GitHub.

jose.amengual avatar
jose.amengual

so you can just copy this action and replce :

jobs:
  example:
    name: 'Terraform Actions'
        runs-on: self-hosted
    steps:

and it should work

hashicorp/terraform-github-actions

GitHub Actions For Terraform. Contribute to hashicorp/terraform-github-actions development by creating an account on GitHub.

jose.amengual avatar
jose.amengual
02:58:12 AM

@jose.amengual has joined the channel

Taylor avatar
Taylor
03:20:06 AM

@Taylor has joined the channel

Andriy Knysh (Cloud Posse) avatar
Andriy Knysh (Cloud Posse)
04:13:05 AM

@Andriy Knysh (Cloud Posse) has joined the channel

ismail avatar
ismail
05:09:27 AM

@ismail has joined the channel

2019-11-08

aaratn avatar
aaratn
12:23:17 PM

@aaratn has joined the channel

roth.andy avatar
roth.andy
01:07:44 PM

@roth.andy has joined the channel

Pablo Costa avatar
Pablo Costa
05:07:56 PM

@Pablo Costa has joined the channel

2019-11-10

Steven avatar
Steven
02:47:43 PM

@Steven has joined the channel

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)
Include body parameter for release by csexton · Pull Request #11 · actions/create-release

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 avatar
michal.matyjek
05:48:25 PM

@michal.matyjek has joined the channel

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

This is cool. This PR will allow for release notes to also be added via PR.

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

Did you end up implementing anything?

michal.matyjek avatar
michal.matyjek

no, we just settled on very simple approach with releasing from release branch without declaring a release

2019-11-11

aaratn avatar
sdras/awesome-actions

A curated list of awesome actions to use on GitHub - sdras/awesome-actions

2019-11-12

rintaro.okamura avatar
rintaro.okamura
02:25:27 PM

@rintaro.okamura has joined the channel

James Woolfenden avatar
James Woolfenden
09:52:14 PM

@James Woolfenden has joined the channel

2019-11-15

curious deviant avatar
curious deviant
09:06:41 AM

@curious deviant has joined the channel

2019-11-19

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)
Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

alas, no build system is impervious to outages

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)
GitHub Status

Welcome to GitHub’s home for real-time and historical data on system performance.

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)
roth.andy avatar
roth.andy

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 avatar
Pierre Humberdroz
08:25:59 PM

@Pierre Humberdroz has joined the channel

Pierre Humberdroz avatar
Pierre Humberdroz

Has someone found a clean way to do approval steps with github actions for promoting releases for example?

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

Just riffing here, I think somethingn with slack would be nice

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

slack supports buttons, but not sure how to get those click actions back into git.

Pierre Humberdroz avatar
Pierre Humberdroz

there is this which is supported by github actions

mohamed.naseer avatar
mohamed.naseer
08:29:35 PM

@mohamed.naseer has joined the channel

Pierre Humberdroz avatar
Pierre Humberdroz

in the diagram 3rd party can be a github action AFAIK.

Adam Blackwell avatar
Adam Blackwell
08:47:49 PM

@Adam Blackwell has joined the channel

Vucomir Ianculov avatar
Vucomir Ianculov
08:53:42 PM

@Vucomir Ianculov has joined the channel

Alex Siegman avatar
Alex Siegman
09:36:56 PM

@Alex Siegman has joined the channel

2019-11-21

Sven Lito avatar
Sven Lito
08:54:51 AM

@Sven Lito has joined the channel

    keyboard_arrow_up