Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.1.2 #566

Merged
merged 23 commits into from
Nov 4, 2022
Merged

v0.1.2 #566

merged 23 commits into from
Nov 4, 2022

Conversation

llbartekll
Copy link
Contributor

@llbartekll llbartekll commented Nov 3, 2022

Description

Automates Setting User Agent
User Agent will be set on every pull request to main branch
From now on all the PRs to main branch must be named with a package version as the PR name will be the value to set for a user agent.

Resolves #568

How Has This Been Tested?

manually triggered automation of user agent, GH bot successfully commits

Due Dilligence

  • Breaking change
  • Requires a documentation update

@arein arein added the accepted label Nov 3, 2022
@llbartekll llbartekll force-pushed the user-agent-automation branch from f62901a to f42aa38 Compare November 4, 2022 08:39
@llbartekll llbartekll force-pushed the user-agent-automation branch from 495f0ae to aaab65c Compare November 4, 2022 09:06
@llbartekll llbartekll changed the title v0.1.1 v0.1.2 Nov 4, 2022
@llbartekll llbartekll changed the base branch from main to develop November 4, 2022 10:43
@llbartekll llbartekll requested a review from flypaper0 November 4, 2022 10:46
@llbartekll llbartekll changed the base branch from develop to main November 4, 2022 13:30
@llbartekll llbartekll changed the base branch from main to develop November 4, 2022 13:38
printf '\ncurrent user agent:\n'
cat "$FILE"
printf '\nsetting user agent... \n'
echo "{\"version\": \"$PACKAGE_VERSION\"}" > "$FILE"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this will replace current value? Or just appending?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

replace

@llbartekll llbartekll merged commit 6984da1 into develop Nov 4, 2022
@llbartekll llbartekll deleted the user-agent-automation branch November 4, 2022 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants