Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
feat: community gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude authored Jun 2, 2022
1 parent 93d660a commit 1fedb54
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .github/workflows/community.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
on:
check_run:
check_suite:
create:
delete:
deployment:
deployment_status:
discussion:
discussion_comment:
fork:
gollum:
issue_comment:
issues:
label:
milestone:
page_build:
project:
project_card:
project_column:
public:
pull_request:
pull_request_review:
pull_request_review_comment:
pull_request_target:
push:
registry_package:
release:
repository_dispatch:
schedule:
status:
watch:
workflow_call:
workflow_dispatch:
workflow_run:

jobs:
statistics:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: EddieHubCommunity/gh-action-community/src/statistics@main
with:
api-key: ${{ secrets.API_TOKEN }}
api-url: ${{ secrets.API_URI }}

0 comments on commit 1fedb54

Please sign in to comment.