Skip to content

ci(gitflow): Use personal access token to create PR - #7026

Merged
mydea merged 2 commits into
developfrom
fn/gitflow-use-pat
Feb 1, 2023
Merged

ci(gitflow): Use personal access token to create PR#7026
mydea merged 2 commits into
developfrom
fn/gitflow-use-pat

Conversation

@mydea

@mydeamydea commented Feb 1, 2023

Copy link
Copy Markdown
Member

Otherwise, workflows will not be triggered due to security issues. See peter-evans/create-pull-request#48 for details.

This should also fix the self-approval issue.

Also fixes a typo in the workflow.

Also fixes a problem where the master->develop workflow is triggered on each PR closed, but then fails because no job is run. Now it will run an empty dummy-job.

@mydeamydea self-assigned this Feb 1, 2023
Otherwise, workflows will not be triggered due to security issues.
See peter-evans/create-pull-request#48 for details.
This should also fix the self-approval issue.
@mydea
mydeaforce-pushed the fn/gitflow-use-pat branch from 0d7219f to dc5d876CompareFebruary 1, 2023 13:23
@github-actions

github-actionsBot commented Feb 1, 2023

Copy link
Copy Markdown
Contributor

size-limit report 📦

PathSize
@sentry/browser - ES5 CDN Bundle (gzipped + minified)19.87 KB (+0.02% 🔺)
@sentry/browser - ES5 CDN Bundle (minified)61.57 KB (0%)
@sentry/browser - ES6 CDN Bundle (gzipped + minified)18.54 KB (0%)
@sentry/browser - ES6 CDN Bundle (minified)54.88 KB (0%)
@sentry/browser - Webpack (gzipped + minified)20.29 KB (0%)
@sentry/browser - Webpack (minified)66.37 KB (0%)
@sentry/react - Webpack (gzipped + minified)20.31 KB (0%)
@sentry/nextjs Client - Webpack (gzipped + minified)47.6 KB (0%)
@sentry/browser + @sentry/tracing - ES5 CDN Bundle (gzipped + minified)26.79 KB (-0.01% 🔽)
@sentry/browser + @sentry/tracing - ES6 CDN Bundle (gzipped + minified)25.08 KB (+0.01% 🔺)
@sentry/replay ES6 CDN Bundle (gzipped + minified)44.16 KB (+0.01% 🔺)
@sentry/replay - Webpack (gzipped + minified)38.89 KB (0%)
@sentry/browser + @sentry/tracing + @sentry/replay - ES6 CDN Bundle (gzipped + minified)61.5 KB (+0.01% 🔺)

@mydea
mydeaforce-pushed the fn/gitflow-use-pat branch from 53135fa to 51075c7CompareFebruary 1, 2023 15:05
@mydea
mydea merged commit a90ba73 into developFeb 1, 2023
@mydea
mydea deleted the fn/gitflow-use-pat branch February 1, 2023 15:22
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@mydea@Lms24