[PR #1] [CLOSED] Add a Gitter chat badge to README.md #1318

Closed
opened 2026-03-01 21:50:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/1
Author: @gitter-badger
Created: 1/15/2019
Status: Closed

Base: masterHead: gitter-badge


📝 Commits (2)

  • 4896d71 Initial commit with support for GitHub actions
  • 7db644c Add 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:

Gitter

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.

## 📋 Pull Request Information **Original PR:** https://github.com/nektos/act/pull/1 **Author:** [@gitter-badger](https://github.com/gitter-badger) **Created:** 1/15/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `gitter-badge` --- ### 📝 Commits (2) - [`4896d71`](https://github.com/nektos/act/commit/4896d716308379dfb46a7946a6f9e1037f4ae7f5) Initial commit with support for GitHub actions - [`7db644c`](https://github.com/nektos/act/commit/7db644c433979a2f6165b4ecfba791e680c213f2) Add Gitter badge ### 📊 Changes **31 files changed** (+2441 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `.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_ </details> ### 📄 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](https://gitter.im/nektos/act?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&content=body_link). This pull-request adds this badge to your README.md: [![Gitter](https://badges.gitter.im/nektos/act.svg)](https://gitter.im/nektos/act?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=body_badge) If my aim is a little off, please [let me know](https://gitlab.com/gitlab-org/gitter/readme-badger/issues). Happy chatting. PS: [Click here](https://gitter.im/settings/badger/opt-out) if you would prefer not to receive automatic pull-requests from Gitter in future. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:50:40 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#1318
No description provided.