mastodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance, open to everyone, but mainly English and French speaking.

Administered by:

Server stats:

750
active users

#GithubAction

0 posts0 participants0 posts today

🏆 Team12 just won the #Dust AI Agent #Hackathon! 🎉 We developed an innovative #AI agent that can fix functional bugs reported by non-technical users (CSM, PO/PM, etc...), streamlining the process, breaking Team Silos and reducing engineering workload.

🌟 Key Features:
- End-to-end bug fixing without engineer involvement, via a simple interface
- Seamless integration with our knowledge base in @Notion 📚
- Deploy in ephemeral environments thanks to #GitHubAction & #MCP

🔹 New Video Released!

Checkout my latest video about Omnishare. I have created a CLI tool that allows me to post any markdown content from my terminal. This very message is being posted from my terminal using Omnishare.

#python #cli #terminal #dev #automation #githubaction #codeinpublic #notetaking #obsidian

youtu.be/Qe6tOWsu4o4

youtu.be- YouTubeEnjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.

Nice to see the OpenSauced pizza-action in action updating the CODEOWNERS file in one of our repositories. The way we're generating it, it's more granular which helps to laser focus on who gets automatically tagged for reviews in PRs.🍕 github.com/open-sauced/pizza-c #github #githubaction #opensource

GitHubchore (automated): OpenSauced updates by github-actions[bot] · Pull Request #166 · open-sauced/pizza-cliBy github-actions[bot]
Continued thread

My first #GitHubAction is ready for public use:

github.com/marketplace/actions

It can be used to enforce the sharing settings of #SharePoint Online sites as code.

If you use this action to enforce the settings as code you can minimize the risks of human error during day to day SharePoint Admin operations.

uses: actions/pnp-sharing-settings-action@v1
with:
SHAREPOINT_ADMIN_URL: 'https://contoso-admin.sharepoint.com'
CLIENT_ID: ${{ secrets.CLIENT_ID }}
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
SHARINGCAPABILITY_DISABLED_SITES: 'ALLELSE'
SHARINGCAPABILITY_EXTERNALUSERSHARINGONLY_SITES: 'https://contoso.sharepoint.com/, https://contoso.sharepoint.com/sites/Development'
SHARINGCAPABILITY_EXTERNAUSERANDGUESTSHARING_SITES: 'https://contoso.sharepoint.com/sites/HR, https://contoso.sharepoint.com/sites/bteam, https://contoso.sharepoint.com/sites/ateam'
SHARINGCAPABILITY_EXISTINGEXTERNALUSERSHARINGONLY_SITES: 'null'
GitHubPnP PowerShell Sharing Settings as Code - GitHub MarketplaceDefine and enforce SharePoint Online sharing settings with GitHub Actions