Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
emcfarlane committed Oct 17, 2024
1 parent 150ec3b commit c5aae16
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ steps:
```

The following parameters have been altered:
- `create_visibility` is not editable. The default visibility is `private`.
- `create_visibility` is not setable. The default visibility is `private`.
- `draft` is not setable. The default behavior of the action is to set the
labels using the `--git-metadata` flag. This will set the `--label` flag to
the branch name.
the branch name. Drafts have been deprecated in favor of labels.


```yaml
Expand All @@ -93,7 +93,6 @@ steps:
token: ${{ secrets.BUF_TOKEN }}
```


[buf]: https://buf.build
[buf-setup]: https://github.com/marketplace/actions/buf-setup
[buf-breaking]: https://github.com/marketplace/actions/buf-breaking
Expand Down

0 comments on commit c5aae16

Please sign in to comment.