Skip to content

Commit

Permalink
chore(release): publishing new version from 'refs/tags/v1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ng-update[bot] committed Oct 13, 2024
1 parent 8afd244 commit 7840d6c
Show file tree
Hide file tree
Showing 166 changed files with 3,809 additions and 4,063 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Updating ng dependencies # the magic happens here !
uses: fast-facts/ng-update@master
uses: fast-facts/ng-update@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ outputs:
ng-update-result:
description: The result of this action
runs:
using: node16
using: node20
main: dist/main.js
branding:
icon: 'arrow-up'
Expand Down
2 changes: 1 addition & 1 deletion build.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"owner":"fast-facts","repo":"ng-update","sha":"ac7a970e0ccf3bef1b5f09bf6b71add5e154059d","ref":"refs/tags/v1","tagName":"v1","branch":"releases","tags":["v1","v1.0","v1.0.0"],"updated_at":"2024-01-15T20:07:20.734Z"}
{"owner":"fast-facts","repo":"ng-update","sha":"5c54dfa5b62d708b9065c0a652c173535b4f2539","ref":"refs/tags/v1","tagName":"v1","branch":"releases","tags":["v1.0.0","v1.0","v1"],"updated_at":"2024-10-13T21:56:53.078Z"}
2 changes: 1 addition & 1 deletion dist/git.service.d.ts.map

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

2 changes: 1 addition & 1 deletion dist/git.service.js.map

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

4 changes: 2 additions & 2 deletions dist/github.service.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getOctokit } from '@actions/github';
import type { getOctokit } from '@actions/github';
import { Context } from '@actions/github/lib/context';
export declare class GithubService {
private gbClient;
Expand All @@ -10,7 +10,7 @@ export declare class GithubService {
shouldIgnoreEvent(baseBranch: string): boolean;
getOpenPR(base: string, head: string): Promise<number | null>;
getClosedPRsBranches(base: string, title: string, branchPrefix: string): Promise<string[]>;
deleteClosedPRsBranches(base: string, title: string, branchPrefix: string): Promise<void>;
deleteClosedPRsBranches(base: string, title: string, branchPrefix: string, ignore: string): Promise<void>;
createPR(base: string, head: string, title: string, body: string, assignees: string[], reviewers: string[], labels: string[]): Promise<number | null>;
private addReviewers;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/github.service.d.ts.map

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

16 changes: 9 additions & 7 deletions dist/github.service.js

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

Loading

0 comments on commit 7840d6c

Please sign in to comment.