10 messages
Discussions related to GitHub Actions
rssover 1 year ago(edited)
Repository level Actions Usage Metrics – public preview
Repository level Actions Usage Metrics - public preview
The post Repository level Actions Usage Metrics – public preview appeared first on The GitHub Blog.
Repository level Actions Usage Metrics - public preview
The post Repository level Actions Usage Metrics – public preview appeared first on The GitHub Blog.
rssover 1 year ago(edited)
Annotations in the GitHub Actions log view
Annotations in the GitHub Actions log view
The post Annotations in the GitHub Actions log view appeared first on The GitHub Blog.
Annotations in the GitHub Actions log view
The post Annotations in the GitHub Actions log view appeared first on The GitHub Blog.
RBover 1 year ago
Thoughts on this proposal to skip specific commits using a
https://github.com/cloudposse/github-action-pre-commit/issues/28
skip ci message or PRs using a PR label for the cloudposse precommit action ?https://github.com/cloudposse/github-action-pre-commit/issues/28
RBover 1 year ago
Noticed error
https://github.com/actions/setup-python/issues/952#issuecomment-2410802848
This environment is externally managed recently in setup-python, had to downgrade from ubuntu-latest to ubuntu-22.04 to fix pre-commit and other common github actions that rely on python dependencieshttps://github.com/actions/setup-python/issues/952#issuecomment-2410802848
johncblandiiover 1 year ago(edited)
P
parth bansalover 1 year ago(edited)
hi, I am facing issue in setting up the github action pipeline for the ios(fastlane). I have fastfile.swift file in which I have defined the Lanes. now when i am running fastlane <lane name> command locally command running fine but when i am running this command through the github action pipeline I am getting error : "could not find the lane". I am running my pipeline on selfhosted runner(my personal mac). Can anyone please help me in this, I tried google search, stackoverflow, chatgpt etc but i didn't got the solution for this.
rssover 1 year ago(edited)
Actions: Runner groups now available for organizations on Free plan
Actions: Runner groups now available for organizations on Free plan
The post Actions: Runner groups now available for organizations on Free plan appeared first on The GitHub Blog.
Actions: Runner groups now available for organizations on Free plan
The post Actions: Runner groups now available for organizations on Free plan appeared first on The GitHub Blog.
Alex Kwanover 1 year ago
i have a private repo and i want to mirror it to a public repo. I want the public repo to be devoid of the commit history. Yet I also want the public repo to be set up in a manner that allows folks outside my org to make pull requests. I know I can do something like what is found here https://github.com/pixta-dev/repository-mirroring-action/blob/main/mirror.sh but I need some help modifying it.
Kristofferover 1 year ago
Hello there,
I want Github Actions to auto-approve "tofu plan" but require review for "tofu apply" and then auto-merge when all workflows are successful.
But as it is, Github Actions wants review whenever any stupid job is run within an environment with Required Approvers, so I created a "auto-approve" action and want to authenticate with my GitHub App - but it seems the approval HAS to be a Personal Token (probably because the required approvers can only be users, not apps) https://stackoverflow.com/questions/79044626/cant-approve-deployment-via-cli-rest-api-even-when-there-are-pending-deploys
Is anybody able to work around this issue ? Maybe with this new octo-sts https://www.chainguard.dev/unchained/the-end-of-github-pats-you-cant-leak-what-you-dont-have ?
I know I could fix this by creating different environments for plan and apply, but my OCD wants to make this work without it... maybe I should see a doctor instead ?
I want Github Actions to auto-approve "tofu plan" but require review for "tofu apply" and then auto-merge when all workflows are successful.
But as it is, Github Actions wants review whenever any stupid job is run within an environment with Required Approvers, so I created a "auto-approve" action and want to authenticate with my GitHub App - but it seems the approval HAS to be a Personal Token (probably because the required approvers can only be users, not apps) https://stackoverflow.com/questions/79044626/cant-approve-deployment-via-cli-rest-api-even-when-there-are-pending-deploys
Is anybody able to work around this issue ? Maybe with this new octo-sts https://www.chainguard.dev/unchained/the-end-of-github-pats-you-cant-leak-what-you-dont-have ?
I know I could fix this by creating different environments for plan and apply, but my OCD wants to make this work without it... maybe I should see a doctor instead ?
rssover 1 year ago(edited)
Actions Performance Metrics in public preview
Actions Performance Metrics in public preview
The post Actions Performance Metrics in public preview appeared first on The GitHub Blog.
Actions Performance Metrics in public preview
The post Actions Performance Metrics in public preview appeared first on The GitHub Blog.