Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meilcli/actions
created actions by me
https://github.com/meilcli/actions
actions github-actions
Last synced: 22 days ago
JSON representation
created actions by me
- Host: GitHub
- URL: https://github.com/meilcli/actions
- Owner: MeilCli
- License: mit
- Created: 2019-10-02T02:44:54.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-02T00:35:25.000Z (over 2 years ago)
- Last Synced: 2024-10-11T04:01:06.101Z (about 1 month ago)
- Topics: actions, github-actions
- Homepage:
- Size: 48.8 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# actions
created actions by me## Build Environment
- [setup-crystal-action](https://github.com/MeilCli/setup-crystal-action)
- setup Crystal action for GitHub Actions.## Code Review
- [danger-action](https://github.com/MeilCli/danger-action)
- Execute danger action for GitHub Actions.## Chat
- [slack-upload-file](https://github.com/MeilCli/slack-upload-file)
- upload file to slack action## Statistics, repository monitoring
- [android-lint-statistics](https://github.com/MeilCli/android-lint-statistics)
- Generate android lint statistics action
- [detekt-statistics](https://github.com/MeilCli/detekt-statistics)
- Generate detekt statistics action## Release management
- [bump-release-action](https://github.com/MeilCli/bump-release-action)
- Bump version and publish release action
## Package management
- [npm-update-check-action](https://github.com/MeilCli/npm-update-check-action)
- npm new package version check action for GitHub Actions.
- [nuget-update-check-action](https://github.com/MeilCli/nuget-update-check-action)
- nuget new package version check action for GitHub Actions.
- [gradle-update-check-action](https://github.com/MeilCli/gradle-update-check-action)
- gradle maven new package version check action for GitHub Actions.
- [cocoapods-update-check-action](https://github.com/MeilCli/cocoapods-update-check-action)
- CocoaPods new package version check action for GitHub Actions.
- [swiftpm-update-check-action](https://github.com/MeilCli/swiftpm-update-check-action)
- SwiftPM new package version check action for GitHub Actions.
- [carthage-update-check-action](https://github.com/MeilCli/carthage-update-check-action)
- Carthage new package version check action for GitHub Actions.## Utils
- [regex-match](https://github.com/MeilCli/regex-match)
- regex match action## Developing actions
- [test-command-action](https://github.com/MeilCli/test-command-action)
- testing command action for GitHub Actions.# workflows
created workflows by me(these are for my usage)## Creating Action
- [setup-crystal-action](https://github.com/MeilCli/setup-crystal-action)
- [danger-action](https://github.com/MeilCli/danger-action)
- [npm-update-check-action](https://github.com/MeilCli/npm-update-check-action)
- [nuget-update-check-action](https://github.com/MeilCli/nuget-update-check-action)
- [gradle-update-check-action](https://github.com/MeilCli/gradle-update-check-action)
- [cocoapods-update-check-action](https://github.com/MeilCli/cocoapods-update-check-action)
- [cocoapods-update-check-action-example](https://github.com/MeilCli/cocoapods-update-check-action-example)
- [swiftpm-update-check-action](https://github.com/MeilCli/swiftpm-update-check-action)
- [swiftpm-update-check-action-example](https://github.com/MeilCli/swiftpm-update-check-action-example)
- [carthage-update-check-action](https://github.com/MeilCli/carthage-update-check-action)
- [carthage-update-check-action-example](https://github.com/MeilCli/carthage-update-check-action-example)
- [test-command-action](https://github.com/MeilCli/test-command-action)
- [slack-upload-file](https://github.com/MeilCli/slack-upload-file)
- [android-lint-statistics](https://github.com/MeilCli/android-lint-statistics)
- [detekt-statistics](https://github.com/MeilCli/detekt-statistics)
- [bump-release-action](https://github.com/MeilCli/bump-release-action)
- [regex-match](https://github.com/MeilCli/regex-match)## Creating C# Library
- [DetectionCore](https://github.com/MeilCli/DetectionCore)
- [SharedProperty](https://github.com/MeilCli/SharedProperty)## Creating Android Application
- [MdNote](https://github.com/MeilCli/MdNote)## Creating Android Library
- [Librarian](https://github.com/MeilCli/Librarian)## Creating Angular Application
- [AboutMe](https://github.com/MeilCli/AboutMe)## Repository Management
- [Check Has Milestone on Issue/PullRequest](.github/workflows/check-has-milestone.yml)
- [Post Issue Comment](.github/workflows/post-issue-comment.yml)
- [Check Issue Title](https://github.com/MeilCli/actions/blob/master/.github/workflows/check-issue-title-by-comment.yml)
- [Check Issue Label](https://github.com/MeilCli/actions/blob/master/.github/workflows/check-issue-label-by-comment.yml)
- [Check Pull Request Title](https://github.com/MeilCli/actions/blob/master/.github/workflows/check-pull-request-title-by-comment.yml)
- [Check Pull Request Label](https://github.com/MeilCli/actions/blob/master/.github/workflows/check-pull-request-label-by-comment.yml)## Repository Monitorning
- [Librarian-monitoring](https://github.com/MeilCli/Librarian-monitoring)