github-issue-tower-defence-management 1.99.0 → 1.99.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -51,6 +51,7 @@ jobs:
51
51
  umino-job:
52
52
  if: >-
53
53
  github.actor != 'dependabot[bot]' &&
54
+ github.actor != 'renovate[bot]' &&
54
55
  ((github.event_name != 'issue_comment') ||
55
56
  (github.event.comment.user.login == 'HiromiShikata' &&
56
57
  (contains(github.event.comment.body, '/createissue') ||
@@ -277,7 +278,8 @@ jobs:
277
278
  name: Check linked issues in pull requests
278
279
  if: >-
279
280
  (github.event_name == 'pull_request') &&
280
- github.actor != 'dependabot[bot]'
281
+ github.actor != 'dependabot[bot]' &&
282
+ github.actor != 'renovate[bot]'
281
283
  steps:
282
284
  - uses: step-security/harden-runner@v2
283
285
  with:
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.99.1](https://github.com/HiromiShikata/npm-cli-github-issue-tower-defence-management/compare/v1.99.0...v1.99.1) (2026-06-25)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **ci:** skip umino-project jobs for renovate[bot] actor ([#920](https://github.com/HiromiShikata/npm-cli-github-issue-tower-defence-management/issues/920)) ([17c4162](https://github.com/HiromiShikata/npm-cli-github-issue-tower-defence-management/commit/17c416223b5ef782291ea822bf1936a33111b470)), closes [#900](https://github.com/HiromiShikata/npm-cli-github-issue-tower-defence-management/issues/900)
7
+
1
8
  # [1.99.0](https://github.com/HiromiShikata/npm-cli-github-issue-tower-defence-management/compare/v1.98.3...v1.99.0) (2026-06-25)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "github-issue-tower-defence-management",
3
- "version": "1.99.0",
3
+ "version": "1.99.1",
4
4
  "description": "",
5
5
  "main": "bin/index.js",
6
6
  "scripts": {