mirror of
https://github.com/sdras/awesome-actions.git
synced 2024-10-01 00:55:38 -04:00
Merge branch 'master' into add-wait-for-statuses-action
This commit is contained in:
commit
4e306ec26a
23
.github/workflows/lgtm.yml
vendored
23
.github/workflows/lgtm.yml
vendored
@ -1,23 +0,0 @@
|
||||
name: LGTM Reaction
|
||||
on:
|
||||
pull_request_review:
|
||||
types: [submitted]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@1.0.0
|
||||
- uses: micnncim/action-lgtm-reaction@v0.5.4
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_REPOSITORY: ${{ github.repository }}
|
||||
GITHUB_ISSUE_NUMBER: ${{ github.event.issue.number }}
|
||||
GITHUB_COMMENT_BODY: ${{ github.event.comment.body }}
|
||||
GITHUB_COMMENT_ID: ${{ github.event.comment.id }}
|
||||
GITHUB_PULL_REQUEST_NUMBER: ${{ github.event.pull_request.number }}
|
||||
GITHUB_REVIEW_BODY: ${{ github.event.review.body }}
|
||||
GITHUB_REVIEW_ID: ${{ github.event.review.id }}
|
||||
with:
|
||||
trigger: '["^LGTM!?$"]'
|
||||
override: true
|
||||
source: lgtmapp
|
@ -195,6 +195,8 @@ https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.s
|
||||
- [Restrict cursing action](https://github.com/sobolevn/restrict-cursing-action) - Moderator bot for your project, automatically removes bad language.
|
||||
- [Publish GitHub release artifacts](https://github.com/skx/github-action-publish-binaries)
|
||||
- [Jekyll Diff Action](https://github.com/David-Byrne/jekyll-diff-action) - Diffs the built Jekyll site after a change, and comments the result back to GitHub.
|
||||
- [Branch Protection Bot](https://github.com/benjefferies/branch-protection-bot) - Temporarily disable and re-enable "Include administrators" option in branch protection.
|
||||
- [Next SemVers](https://github.com/WyriHaximus/github-action-next-semvers) - Output the next version for major, minor, and patch version based on the given semver version.
|
||||
- [Wait for commit statuses](https://github.com/WyriHaximus/github-action-wait-for-status) - Wait until all statuses and checks are successful or any of them has failed and set its status output accordingly.
|
||||
|
||||
### Testing and Linting
|
||||
@ -244,6 +246,7 @@ https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.s
|
||||
- [Run shellcheck, with reviewdog output on the PR](https://github.com/reviewdog/action-shellcheck)
|
||||
- [Build Go applications for multiplatform](https://github.com/izumin5210/action-go-crossbuild)
|
||||
- [Catch insensitive, inconsiderate writing in your markdown docs](https://github.com/theashraf/alex-action)
|
||||
- [Run TestCafe tests](https://github.com/DevExpress/testcafe-action)
|
||||
|
||||
### Security
|
||||
|
||||
@ -275,6 +278,7 @@ https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.s
|
||||
- [Block Autosquash Commits](https://github.com/xt0rted/block-autosquash-commits-action)
|
||||
- [Automatically Bump and Tag on Merge](https://github.com/anothrNick/github-tag-action)
|
||||
- [Automatically Update PRs with Outdated Checks and Squash and Merge the Ones Matching All Branch Protections](https://github.com/tibdex/autosquash)
|
||||
- [Merge Pal - automatically update and merge pull requests](https://github.com/maxkomarychev/merge-pal-action)
|
||||
|
||||
### GitHub Pages
|
||||
|
||||
@ -286,6 +290,7 @@ https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.s
|
||||
- [Deploy assets to GitHub pages](https://github.com/maxheld83/ghpages) - No building, just deploying.
|
||||
- [GitHub Actions for deploying to GitHub Pages with Static Site Generators](https://github.com/peaceiris/actions-gh-pages)
|
||||
- [GitHub Action for Hexo](https://github.com/heowc/action-hexo)
|
||||
- [Deploy Google Analytics stats to GitHub Pages](https://github.com/cristianpb/analytics-google)
|
||||
|
||||
### Notifications and Messages
|
||||
|
||||
@ -358,6 +363,7 @@ https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.s
|
||||
- [Action For Semantic Release](https://github.com/cycjimmy/semantic-release-action)
|
||||
- [Deploy a Collection to Ansible Galaxy](https://github.com/artis3n/ansible_galaxy_collection)
|
||||
- [An example of using Terraform to validate and apply GitHub administration](https://github.com/asgharlabs/github-terraform/tree/master/.github/workflows)
|
||||
- [Publish module to Puppet Forge](https://github.com/barnumbirr/action-forge-publish)
|
||||
|
||||
### External Services
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user