-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and rename .github/workflows/governance.yml to .github/governa…
…nce.yml
- Loading branch information
1 parent
ed19b29
commit a554fa8
Showing
1 changed file
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
# This is a basic workflow to help you get started with Actions | ||
|
||
- name: OSS Governance Bot | ||
# You may pin to the exact commit or the version. | ||
# uses: BirthdayResearch/oss-governance-bot@52367df5cdbc6ede6126a1db7a663f22cffe739c | ||
uses: BirthdayResearch/[email protected] | ||
uses: BirthdayResearch/[email protected] | ||
with: | ||
# The path for the governance configuration | ||
config-path: .github/workflows/governance.yml | ||
config-path: # optional, default is .github/governance.yml | ||
# GITHUB_TOKEN or a `repo` scoped Personal Access Token (PAT) for everything else | ||
github-token: # optional, default is ${{ github.token }} | ||
|
||
github-token: # optional, default is ${{ github.token }} | ||
# Controls when the workflow will run | ||
on: | ||
# Triggers the workflow on push or pull request events but only for the "master" branch | ||
|