7 messages
Discussions related to GitHub Actions
Rishav9 months ago(edited)
It wouldn't be 2025 without mixing LLMs into everything -- I mean, tasteful integration of generative AI where appropriate.
With that, anxious/excited to share my foray into prompting GitHub Models via GitHub Action: AI Inference Request.
(There's "reasonable" rate-limits if you're keen to try/prototype with GitHub Copilot's free tier.)
So far, we've been using it internally to generate in-line troubleshooting suggestions on job/step failure
Almost goes without saying, love to get your thoughts and feedback! I reckon more examples would go a long way.
With that, anxious/excited to share my foray into prompting GitHub Models via GitHub Action: AI Inference Request.
(There's "reasonable" rate-limits if you're keen to try/prototype with GitHub Copilot's free tier.)
So far, we've been using it internally to generate in-line troubleshooting suggestions on job/step failure
if: ${{ failure() }}, primarily to aid SDEs not too familiar with their test/build CI pipelines.Almost goes without saying, love to get your thoughts and feedback! I reckon more examples would go a long way.
Sergei Kiprin9 months ago
Hi everyone! 👋
Could you please clarify if the
If that's the case, are there ways to achieve automated version updates for
Could you please clarify if the
atmos-component-updater action supports vendor.yaml format? My initial impression is that it may be designed for the outdated component.yaml manifest.If that's the case, are there ways to achieve automated version updates for
vendor.yaml using GitHub Actions?rss8 months ago(edited)
Actions Runner Controller 0.12.0 release
The Actions Runner Controller (ARC) 0.12.0 release introduces several enhancements including: public preview support for Red Hat OpenShift Kubernetes clusters and vault-based secret management, improvements to Docker-in-Docker (DinD) container mode,…
The post Actions Runner Controller 0.12.0 release appeared first on The GitHub Blog.
The Actions Runner Controller (ARC) 0.12.0 release introduces several enhancements including: public preview support for Red Hat OpenShift Kubernetes clusters and vault-based secret management, improvements to Docker-in-Docker (DinD) container mode,…
The post Actions Runner Controller 0.12.0 release appeared first on The GitHub Blog.
Gowtham E8 months ago
Hi Team , i have one requirement
i have one repo in github
job triggered by webhook
in that repo multiple directories are present
what my requirement is
i want multi-branch pipeline
when ever the changes are made in root need to trigger one job
and particular dir change need to trigger another job
how can i achive this
through the plugin
Thanks
i have one repo in github
job triggered by webhook
in that repo multiple directories are present
what my requirement is
i want multi-branch pipeline
when ever the changes are made in root need to trigger one job
and particular dir change need to trigger another job
how can i achive this
through the plugin
Thanks
rss8 months ago(edited)
GitHub Actions: New Azure private networking regions are available
GitHub Actions has expanded the number of supported Azure private networking regions available to customers, with the following new additions: – Canada East – Canada Central – Japan West –…
The post GitHub Actions: New Azure private networking regions are available appeared first on The GitHub Blog.
GitHub Actions has expanded the number of supported Azure private networking regions available to customers, with the following new additions: – Canada East – Canada Central – Japan West –…
The post GitHub Actions: New Azure private networking regions are available appeared first on The GitHub Blog.
rss8 months ago(edited)
GitHub Actions fine-grain permissions are now generally available for custom repository roles
GitHub Actions fine-grained permissions are now generally available and can be used to define custom repository roles. Last year, GitHub introduced the CI/CD Admin role—a pre-defined organization role that grants…
The post GitHub Actions fine-grain permissions are now generally available for custom repository roles appeared first on <a...
GitHub Actions fine-grained permissions are now generally available and can be used to define custom repository roles. Last year, GitHub introduced the CI/CD Admin role—a pre-defined organization role that grants…
The post GitHub Actions fine-grain permissions are now generally available for custom repository roles appeared first on <a...
rss8 months ago(edited)
Upcoming breaking change for GitHub Actions: Removal of larger hosted runners from self-hosted API
Upcoming changes to GitHub Actions runner APIs The orgs/{org}/actions/runners API currently shows self-hosted runners and individual larger hosted runner instances. As of July 3rd, 2025, we will no longer show…
The post Upcoming breaking change for GitHub Actions: Removal of larger hosted runners from self-hosted API appeared first on <a...
Upcoming changes to GitHub Actions runner APIs The orgs/{org}/actions/runners API currently shows self-hosted runners and individual larger hosted runner instances. As of July 3rd, 2025, we will no longer show…
The post Upcoming breaking change for GitHub Actions: Removal of larger hosted runners from self-hosted API appeared first on <a...