|
|
|
|
|
by jerrysievert
1394 days ago
|
|
GitHub ties "things" to a commit hash - which causes all sorts of interesting/unwanted behaviors. * create an action that only runs on branches with a specific pattern
* create another action that only runs on branches with a different pattern
* push a commit to a branch with the first pattern, create a PR
* create a new branch with the second pattern
* push the same commit on the second branch
* watch things get confused on the PR that was originally created
|
|