Skip to content

Commit

Permalink
Document metadata-based topics
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Oct 10, 2022
1 parent bfba4e4 commit 4c179d3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,18 @@ Then to actually run:
./bin/hacktoberfest --set-topics
```

### Metadata-based topics

There are labels such as `linux-puppet-module`, `bsd-puppet-module` and `windows-puppet-module` that can be set based on metadata. To see what would be done:
```bash
./bin/github_topics
```

Then to actually run:
```bash
./bin/github_topics --set-topics
```

## syncing labels

In the past we used a nodejs script to sync labels. This feature moved to
Expand Down

0 comments on commit 4c179d3

Please sign in to comment.