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

In previous versions occurrences of following strings in a template result with replacing them with list of commits and list of modified files (`<!-- Diff commits -->` and `<!-- Diff files -->`).
100
101
101
102
Now this action will expect to have three types of comment blocks. Meaning anything between `START` and `END` comment will get replaced. This is especially important when updating pull request with new commits.
@@ -118,7 +119,6 @@ Blue areas show fields that can be set in action configuration.
118
119
119
120
120
121
### 📝 Basic Example
121
-
122
122
Create pull request for non-master branches:
123
123
124
124
```yaml
@@ -141,7 +141,6 @@ jobs:
141
141
```
142
142
143
143
### 🔀 Advanced Example
144
-
145
144
Use first commit as a title and part of body, add a label based on a branch name, add git differences in the template:
146
145
147
146
```yaml
@@ -173,7 +172,6 @@ jobs:
173
172
```
174
173
175
174
### 🎯 Use specific version
176
-
177
175
Run the Action with a specific version tag.
178
176
179
177
```yaml
@@ -198,24 +196,16 @@ jobs:
198
196
```
199
197
200
198
201
-
## 🔗 Related Actions
202
-
203
-
- [devops-infra/action-commit-push](https://github.com/devops-infra/action-commit-push) - Commit and push changes to a git repository
204
-
205
-
206
199
## 🤝 Contributing
207
-
208
200
Contributions are welcome! See [CONTRIBUTING](https://github.com/devops-infra/.github/blob/master/CONTRIBUTING.md).
209
201
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
210
202
211
203
212
204
## 📄 License
213
-
214
205
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
215
206
216
207
217
208
## 💬 Support
218
-
219
209
If you have any questions or need help, please:
220
210
- 📝 Create an [issue](https://github.com/devops-infra/action-pull-request/issues)
0 commit comments