Skip to content

Commit

Permalink
v1.0.0 alpha.13 (#326)
Browse files Browse the repository at this point in the history
* v1.0.0 alpha.13

* ci: fix labeler config

* ci: update labeler config to v5

* ci: update pull_request_target to pull_request
  • Loading branch information
Bikossor authored Feb 10, 2024
1 parent c2af0c2 commit 564d09a
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 16 deletions.
31 changes: 19 additions & 12 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
"ci":
- .github/**/*
labels:
- name: "ci"
paths:
- .github/**/*

"core: tests":
- any: ["src/**/*.test.ts", "src/**/*.spec.ts"]
- name: "core: tests"
paths:
- any: ["src/**/*.test.ts", "src/**/*.spec.ts"]

"core: combinators":
- src/combinators/**/*
- name: "core: combinators"
paths:
- src/combinators/**/*

"core: parsers":
- src/parsers/**/*
- name: "core: parsers"
paths:
- src/parsers/**/*

"core: base":
- src/*
- name: "core: base"
paths:
- src/*

"documentation":
- website/**/*
- name: "documentation"
paths:
- website/**/*
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Pull Request Labeler"

on:
- pull_request_target
- pull_request

jobs:
triage:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rudus",
"version": "v1.0.0-alpha.12",
"version": "v1.0.0-alpha.13",
"description": "Parser combinator library for TypeScript",
"files": [
"dist/"
Expand Down

0 comments on commit 564d09a

Please sign in to comment.