Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hirenko-v committed Oct 2, 2024
1 parent 2d7bec1 commit 4e1c8b9
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 239 deletions.
4 changes: 0 additions & 4 deletions .github/CODEOWNERS

This file was deleted.

28 changes: 0 additions & 28 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

22 changes: 0 additions & 22 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

17 changes: 0 additions & 17 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Deploy Botkube plugins on GitHub Release

on:
push:
tags:
- '*'
release:
types:
- published

jobs:
release:
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run: |
gh release create "${GITHUB_REF#refs/tags/}" \
gh release edit "${GITHUB_REF#refs/tags/}" \
--notes-file release.md \
./dist/executor_* \
./plugins-index.yaml
76 changes: 0 additions & 76 deletions CODE_OF_CONDUCT.md

This file was deleted.

55 changes: 0 additions & 55 deletions CONTRIBUTING.md

This file was deleted.

8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# Botkube Plugins

This repository shows the example Botkube [source](https://docs.botkube.io/architecture/#source) and [executor](https://docs.botkube.io/architecture/#executor) plugins.
This repository containsBotkube plugins.

It is intended as a template repository to start developing Botkube plugins in Go. Repository contains:

- The [`echo`](cmd/echo/main.go) executor that sends back the command that was specified.
- The [`ticker`](cmd/ticker/main.go) source that emits an event each time the configured time duration elapses.
- The [`forwarder`](cmd/forwarder/main.go) source that echos the message sent as an incoming webhook request.
- The [`msg`](cmd/msg/main.go) executor that showcases the interactive message capabilities.
- The [`job`](cmd/job/main.go) executor that runs jobs from cronjobs.
- The [`snippet`](cmd/snippet/main.go) executor that sends command result as slack snippet
- The release [GitHub Action](https://github.com/features/actions) jobs:
- that creates [GitHub release](.github/workflows/release.yml) with plugin binaries and index file each time a new tag is pushed.
- See: https://github.com/kubeshop/botkube-plugins-template/releases/latest
Expand Down
16 changes: 0 additions & 16 deletions SECURITY.md

This file was deleted.

Empty file removed helm/repositories.lock
Empty file.
12 changes: 0 additions & 12 deletions helm/repositories.yaml

This file was deleted.

0 comments on commit 4e1c8b9

Please sign in to comment.