You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: changed single select field option type to String!
* test: added random number generator and increased iteration to 3
* docs: added a warning that makes it clear that an update is required.
* docs: improved warning format
Copy file name to clipboardExpand all lines: README.md
+10
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,16 @@ Note: GITHUB_TOKEN does not have the necessary scopes to access projects (beta).
14
14
You must create a token with ***org:write*** scope and save it as a secret in your repository or organization.
15
15
For more information, see [Creating a personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token).
16
16
17
+
> :warning: The GitHub API change of 2022-02-23 results in an error message requiring an upgrade to a new version.
18
+
>
19
+
> What is the problem?
20
+
>
21
+
> As of 2022-02-23 , the GitHub API requires that the value of a single select/iteration field be a string instead of an ID!
22
+
>
23
+
> This causes the automation to throw an error message.
Since the issues and pull requests from this repository are also managed by this automation, you can take an example from the public project board to see what it looks like.
0 commit comments