Skip to content

Commit

Permalink
Merge pull request #16 from takeshape/chore/issue-10/set-up-release-d…
Browse files Browse the repository at this point in the history
…rafter-action-and-vet-workflow

adding more detail to workflow sync section
  • Loading branch information
mshick authored Aug 12, 2020
2 parents e852011 + 71a93c9 commit 2de09a1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,10 @@ This workflow syncs labels available for issues across org repos. Choose which r

**`.github/workflows/workflow-sync.yml`**

Sync workflows and related files. Right now just syncs the `housekeeping.yml` workflow which has a number of jobs for adding connections and properties for issues and PRs.
Sync workflows and related config files. Right now the following files are synced across the org:

- `.github/workflows/housekeeping.yml` - all the jobs we want running everywhere for PM
- `.github/issue-branch.yml` - config for the [Create Issue Branch](https://github.com/robvanderleek/create-issue-branch) action
- `.github/pr-labeler.yml` - config for the [PR Labeler](https://github.com/TimonVS/pr-labeler-action) action
- `.githbu/release-drafter.yml` - config for the [Release Drafter](https://github.com/marketplace/actions/release-drafter) action

0 comments on commit 2de09a1

Please sign in to comment.