Skip to content

Commit

Permalink
Merge branch 'master' into autoLockOnPause
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshpaliyal authored Feb 2, 2025
2 parents 57cc6f5 + 2b38a9d commit ead63ac
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/postBlueSky.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Post to BlueSky

on:
pull_request:
types:
- closed

jobs:
if_merged:
if: github.event.pull_request.merged == true && github.event.pull_request.user.login != renovate
runs-on: ubuntu-latest
steps:
# - run: |
# echo ${{ github.event.pull_request.title }} \n ${{ github.event.pull_request._links.html.href }}

- uses: zentered/[email protected]
with:
post: ${{ github.event.pull_request.title }}
${{ github.event.pull_request._links.html.href }}
env:
BSKY_IDENTIFIER: ${{ secrets.BSKY_IDENTIFIER }}
BSKY_PASSWORD: ${{ secrets.BSKY_PASSWORD }}

0 comments on commit ead63ac

Please sign in to comment.