Skip to content

Commit abc9e12

Browse files
authored
docs/ci: Remove references to community Slack (#1054)
* Remove mention of archived community slack * Fix capitalization of GitHub
1 parent a60e665 commit abc9e12

File tree

6 files changed

+2
-13
lines changed

6 files changed

+2
-13
lines changed

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ jobs:
183183
env:
184184
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
185185
NGINX_GITHUB_TOKEN: ${{ secrets.NGINX_PAT }}
186-
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_COMMUNITY }}
187186
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_LOGIN }}
188187

189188
- name: Print NGINX Prometheus Exporter info

.github/workflows/notifications.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
status: custom
5050
custom_payload: |
5151
{
52-
username: 'Github',
52+
username: 'GitHub',
5353
icon_emoji: ':github:',
5454
mention: 'channel',
5555
attachments: [{

.goreleaser.yml

-6
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,6 @@ signs:
8585
- "${artifact}"
8686
- "--yes"
8787

88-
announce:
89-
slack:
90-
enabled: true
91-
channel: "#announcements"
92-
message_template: "NGINX Prometheus Exporter {{ .Tag }} is out! Check it out: {{ .ReleaseURL }}"
93-
9488
milestones:
9589
- close: true
9690

CONTRIBUTING.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ are considering contributing!
2626

2727
## Ask a Question
2828

29-
To ask a question please use [Github Discussions](https://github.com/nginx/nginx-prometheus-exporter/discussions).
30-
31-
You can also join our [Community Slack](https://community.nginx.org/joinslack) which has a wider NGINX audience.
29+
To ask a question, please use [GitHub Discussions](https://github.com/nginx/nginx-prometheus-exporter/discussions).
3230

3331
Please reserve GitHub issues for feature requests and bugs rather than general questions.
3432

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/nginx/nginx-prometheus-exporter?logo=go)
1212
[![Docker Pulls](https://img.shields.io/docker/pulls/nginx/nginx-prometheus-exporter?logo=docker&logoColor=white)](https://hub.docker.com/r/nginx/nginx-prometheus-exporter)
1313
![Docker Image Size (latest semver)](https://img.shields.io/docker/image-size/nginx/nginx-prometheus-exporter?logo=docker&logoColor=white&sort=semver)
14-
[![Slack](https://img.shields.io/badge/slack-%23nginx--prometheus--exporter-green?logo=slack)](https://nginxcommunity.slack.com/channels/nginx-prometheus-exporter)
1514
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
1615

1716
# NGINX Prometheus Exporter

release-process.md

-1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,3 @@ the [Issue Lifecycle](/ISSUE_LIFECYCLE.md) document for information on issue cre
4343
- Build the Docker image and push it to the registries.
4444
- Publish the release to Snapcraft, Homebrew, Scoop, and Nix.
4545
- Create a GitHub release with the autogenerated changelog and artifacts attached.
46-
- Announce the release in the community Slack.

0 commit comments

Comments
 (0)