Skip to content

Commit

Permalink
Update and rename .github/workflows/governance.yml to .github/governa…
Browse files Browse the repository at this point in the history
…nce.yml
  • Loading branch information
gildedgardenia authored Jun 27, 2022
1 parent ed19b29 commit a554fa8
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/governance.yml → .github/governance.yml
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
Expand Down

0 comments on commit a554fa8

Please sign in to comment.