mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[PR #1] [CLOSED] Add a Gitter chat badge to README.md #1318
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#1318
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/nektos/act/pull/1
Author: @gitter-badger
Created: 1/15/2019
Status: ❌ Closed
Base:
master← Head:gitter-badge📝 Commits (2)
4896d71Initial commit with support for GitHub actions7db644cAdd Gitter badge📊 Changes
31 files changed (+2441 additions, -1 deletions)
View changed files
➕
.editorconfig(+4 -0)➕
.github/actions/check/Dockerfile(+10 -0)➕
.github/actions/check/entrypoint.sh(+10 -0)➕
.github/main.workflow(+21 -0)📝
.gitignore(+3 -0)➕
.goreleaser.yml(+35 -0)➕
Makefile(+41 -0)📝
README.md(+8 -1)➕
actions/log.go(+109 -0)➕
actions/parser.go(+76 -0)➕
actions/runner.go(+412 -0)➕
actions/runner_test.go(+89 -0)➕
actions/types.go(+56 -0)➕
cmd/root.go(+106 -0)➕
common/draw.go(+144 -0)➕
common/executor.go(+100 -0)➕
common/executor_test.go(+84 -0)➕
common/file.go(+79 -0)➕
common/git.go(+219 -0)➕
common/git_test.go(+75 -0)...and 11 more files
📄 Description
nektos/act now has a Chat Room on Gitter
@cplee has just created a chat room. You can visit it here: https://gitter.im/nektos/act.
This pull-request adds this badge to your README.md:
If my aim is a little off, please let me know.
Happy chatting.
PS: Click here if you would prefer not to receive automatic pull-requests from Gitter in future.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.